Html Css Color HEX #002CDC Persian Blue

📋 copy color: '#002CDC'

red 0 ◦ green 44 ◦ blue 220

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

Shades of Persian Blue #002CDC

Tints of Persian Blue #002CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

 BLUE value IS 220 (86.33% from 255) = 83.33%

R = 0%
G = 16.67%
B = 83.33%

CMYK

 C value IS 1

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#002CDC (or 0x002CDC) is known color: Persian Blue. HEX triplet: 00, 2C and DC. RGB value is (0,44,220). Sum of RGB (Red+Green+Blue) = 0+44+220=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #002CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CDC is #FFD323. Grayscale: #323232. Windows color (decimal): -16765732 or 14429184. OLE color: 14429184.

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

Color convert

RGB 0 44 220 -
CMYK 1 0.8 0 0.14
HSL 228º 1% 0.43% -
HSV(B) 228º 1% 0.86% -
XYZ 13.82 6.97 68.33 -
YUV 50.91 223.42 91.69 -
System Red Green Blue C M Y K H S L
Decimal 0 44 220 1 0.8 0 0.14 228 1 0.43
Hex 0 2C DC 64 50 0 E E4 64 2B
Octal 0 54 334 144 120 0 16 344 144 53
Binary 0 101100 11011100 1100100 1010000 0 1110 11100100 1100100 101011

Color Harmonies of #002CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CDC

Black with #002CDC

Text Example


Text Example

White with #002CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,44,220); }

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

background-color css

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

 a { background-color: rgb(0,44,220); }

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

border-color css

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

 span { border-color: rgb(0,44,220); }

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