Html Css Color HEX #022DCB Persian Blue

📋 copy color: '#022DCB'

red 2 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #022DCB

Tints of Persian Blue #022DCB

RGB

 RED value IS 2 (1.17% from 255) = 0.8%

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

 BLUE value IS 203 (79.69% from 255) = 81.2%

R = 0.8%
G = 18%
B = 81.2%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#022DCB (or 0x022DCB) is known color: Persian Blue. HEX triplet: 02, 2D and CB. RGB value is (2,45,203). Sum of RGB (Red+Green+Blue) = 2+45+203=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #022DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DCB is #FDD234. Grayscale: #313131. Windows color (decimal): -16634421 or 13315330. OLE color: 13315330.

HSL color Cylindrical-coordinate representation of color #022DCB: hue angle of 227.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DCB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 45 203 -
CMYK 0.99 0.78 0 0.20
HSL 227.16º 0.98% 0.4% -
HSV(B) 227.16º 0.99% 0.8% -
XYZ 11.74 6.2 57.08 -
YUV 50.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 2 45 203 0.99 0.78 0 0.20 227.16 0.98 0.4
Hex 2 2D CB 63 4E 0 14 E3 62 28
Octal 2 55 313 143 116 0 24 343 142 50
Binary 10 101101 11001011 1100011 1001110 0 10100 11100011 1100010 101000

Color Harmonies of #022DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DCB

Black with #022DCB

Text Example


Text Example

White with #022DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022DCB; }

 p { color: rgb(2,45,203); }

 H1.HeaderClassName
 {
   color: #022DCB;
 }
 .AnyTagClassName
 {
   color: #022DCB;
 }
</style>

background-color css

<style>
 a { background-color: #022DCB; }

 a { background-color: rgb(2,45,203); }

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

border-color css

<style>
 span { border-color: #022DCB; }

 span { border-color: rgb(2,45,203); }

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