Html Css Color HEX #002DC9 Persian Blue

📋 copy color: '#002DC9'

red 0 ◦ green 45 ◦ blue 201

#002DC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #002DC9

Tints of Persian Blue #002DC9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 45 (17.97% from 255) = 18.29%

 BLUE value IS 201 (78.91% from 255) = 81.71%

R = 0%
G = 18.29%
B = 81.71%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#002DC9 (or 0x002DC9) is known color: Persian Blue. HEX triplet: 00, 2D and C9. RGB value is (0,45,201). Sum of RGB (Red+Green+Blue) = 0+45+201=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 201 (78.91% from 255 or 81.71% from 246); Max value from RGB is 201 - color contains mainly: blue. Hex color #002DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DC9 is #FFD236. Grayscale: #303030. Windows color (decimal): -16765495 or 13184256. OLE color: 13184256.

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

Color convert

RGB 0 45 201 -
CMYK 1 0.78 0 0.21
HSL 226.57º 1% 0.39% -
HSV(B) 226.57º 1% 0.79% -
XYZ 11.48 6.09 55.83 -
YUV 49.33 213.59 92.82 -
System Red Green Blue C M Y K H S L
Decimal 0 45 201 1 0.78 0 0.21 226.57 1 0.39
Hex 0 2D C9 64 4E 0 15 E3 64 27
Octal 0 55 311 144 116 0 25 343 144 47
Binary 0 101101 11001001 1100100 1001110 0 10101 11100011 1100100 100111

Color Harmonies of #002DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DC9

Black with #002DC9

Text Example


Text Example

White with #002DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,45,201); }

 H1.HeaderClassName
 {
   color: #002DC9;
 }
 .AnyTagClassName
 {
   color: #002DC9;
 }
</style>

background-color css

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

 a { background-color: rgb(0,45,201); }

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

border-color css

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

 span { border-color: rgb(0,45,201); }

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