Html Css Color HEX #022ECC Persian Blue

📋 copy color: '#022ECC'

red 2 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #022ECC

Tints of Persian Blue #022ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

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

R = 0.79%
G = 18.25%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#022ECC (or 0x022ECC) is known color: Persian Blue. HEX triplet: 02, 2E and CC. RGB value is (2,46,204). Sum of RGB (Red+Green+Blue) = 2+46+204=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #022ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ECC is #FDD133. Grayscale: #323232. Windows color (decimal): -16634164 or 13381122. OLE color: 13381122.

HSL color Cylindrical-coordinate representation of color #022ECC: hue angle of 226.93º 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 #022ECC is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 46 204 -
CMYK 0.99 0.77 0 0.2
HSL 226.93º 0.98% 0.4% -
HSV(B) 226.93º 0.99% 0.8% -
XYZ 11.9 6.33 57.72 -
YUV 50.86 214.42 93.15 -
System Red Green Blue C M Y K H S L
Decimal 2 46 204 0.99 0.77 0 0.2 226.93 0.98 0.4
Hex 2 2E CC 63 4D 0 14 E3 62 28
Octal 2 56 314 143 115 0 24 343 142 50
Binary 10 101110 11001100 1100011 1001101 0 10100 11100011 1100010 101000

Color Harmonies of #022ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ECC

Black with #022ECC

Text Example


Text Example

White with #022ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,46,204); }

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

background-color css

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

 a { background-color: rgb(2,46,204); }

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

border-color css

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

 span { border-color: rgb(2,46,204); }

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