Html Css Color HEX #022DCA Persian Blue

📋 copy color: '#022DCA'

red 2 ◦ green 45 ◦ blue 202

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

Shades of Persian Blue #022DCA

Tints of Persian Blue #022DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 81.12%

R = 0.8%
G = 18.07%
B = 81.12%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#022DCA (or 0x022DCA) is known color: Persian Blue. HEX triplet: 02, 2D and CA. RGB value is (2,45,202). Sum of RGB (Red+Green+Blue) = 2+45+202=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #022DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DCA is #FDD235. Grayscale: #313131. Windows color (decimal): -16634422 or 13249794. OLE color: 13249794.

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

Color convert

RGB 2 45 202 -
CMYK 0.99 0.78 0 0.21
HSL 227.1º 0.98% 0.4% -
HSV(B) 227.1º 0.99% 0.79% -
XYZ 11.62 6.15 56.45 -
YUV 50.04 213.75 93.73 -
System Red Green Blue C M Y K H S L
Decimal 2 45 202 0.99 0.78 0 0.21 227.1 0.98 0.4
Hex 2 2D CA 63 4E 0 15 E3 62 28
Octal 2 55 312 143 116 0 25 343 142 50
Binary 10 101101 11001010 1100011 1001110 0 10101 11100011 1100010 101000

Color Harmonies of #022DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DCA

Black with #022DCA

Text Example


Text Example

White with #022DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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