#002ED9

Color #002ED9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #002ED9

Tints of Persian Blue #002ED9

Color information

#002ED9 (or 0x002ED9) is unknown color: approx Persian Blue. HEX triplet: 00, 2E and D9. RGB value is (0,46,217). Sum of RGB (Red+Green+Blue) = 0+46+217=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 217 (85.16% from 255 or 82.51% from 263); Max value from RGB is 217 - color contains mainly: blue. Hex color #002ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ED9 is #FFD126. Grayscale: #333333. Windows color (decimal): -16765223 or 14233088. OLE color: 14233088.

HSL color Cylindrical-coordinate representation of color #002ED9: hue angle of 227.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ED9 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB046217-
CMYK10.7900.15
HSL227.28º100%42.55%-
HSV(B)227.28º100%85.1%-
XYZ13.56.9666.28-
YUV51.74221.2691.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 217 (85.16% from 255) = 82.51%
R=0%
G=17.49%
B=82.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal04621710.7900.15227.2810042.55
Hex02ED9644F0Fe3642b
Octal05633114411701734314453
Binary0101110110110011100100100111101111111000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002ED9; }

 p { color: rgb(0,46,217); }

 H1.HeaderClassName
 {
   color: #002ED9;
 }
 .AnyTagClassName
 {
   color: #002ED9;
 }
</style>
background-color css

<style>
 a { background-color: #002ED9; }

 a { background-color: rgb(0,46,217); }

 div.DivClassName
 {
   background-color: #002ED9;
 }
 .BgClassName
 {
   background-color: #002ED9;
 }
</style>
border-color css

<style>
 span { border-color: #002ED9; }

 span { border-color: rgb(0,46,217); }

 td.TdClassName
 {
   border-color: #002ED9;
 }
 .TagClassName
 {
   border-color: #002ED9;
 }
</style>