Html Css Color HEX #002DCC Persian Blue

📋 copy color: '#002DCC'

red 0 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #002DCC

Tints of Persian Blue #002DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 81.93%

R = 0%
G = 18.07%
B = 81.93%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#002DCC (or 0x002DCC) is known color: Persian Blue. HEX triplet: 00, 2D and CC. RGB value is (0,45,204). Sum of RGB (Red+Green+Blue) = 0+45+204=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #002DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DCC is #FFD233. Grayscale: #303030. Windows color (decimal): -16765492 or 13380864. OLE color: 13380864.

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

Color convert

RGB 0 45 204 -
CMYK 1 0.78 0 0.2
HSL 226.76º 1% 0.4% -
HSV(B) 226.76º 1% 0.8% -
XYZ 11.84 6.24 57.71 -
YUV 49.67 215.09 92.57 -
System Red Green Blue C M Y K H S L
Decimal 0 45 204 1 0.78 0 0.2 226.76 1 0.4
Hex 0 2D CC 64 4E 0 14 E3 64 28
Octal 0 55 314 144 116 0 24 343 144 50
Binary 0 101101 11001100 1100100 1001110 0 10100 11100011 1100100 101000

Color Harmonies of #002DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DCC

Black with #002DCC

Text Example


Text Example

White with #002DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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