Html Css Color HEX #022DCD Persian Blue

📋 copy color: '#022DCD'

red 2 ◦ green 45 ◦ blue 205

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

Shades of Persian Blue #022DCD

Tints of Persian Blue #022DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.35%

R = 0.79%
G = 17.86%
B = 81.35%

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

#022DCD (or 0x022DCD) is known color: Persian Blue. HEX triplet: 02, 2D and CD. RGB value is (2,45,205). Sum of RGB (Red+Green+Blue) = 2+45+205=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #022DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DCD is #FDD232. Grayscale: #313131. Windows color (decimal): -16634419 or 13446402. OLE color: 13446402.

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

Color convert

RGB 2 45 205 -
CMYK 0.99 0.78 0 0.20
HSL 227.29º 0.98% 0.41% -
HSV(B) 227.29º 0.99% 0.8% -
XYZ 11.98 6.3 58.34 -
YUV 50.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 2 45 205 0.99 0.78 0 0.20 227.29 0.98 0.41
Hex 2 2D CD 63 4E 0 14 E3 62 29
Octal 2 55 315 143 116 0 24 343 142 51
Binary 10 101101 11001101 1100011 1001110 0 10100 11100011 1100010 101001

Color Harmonies of #022DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DCD

Black with #022DCD

Text Example


Text Example

White with #022DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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