Html Css Color HEX #022ACC Persian Blue

📋 copy color: '#022ACC'

red 2 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #022ACC

Tints of Persian Blue #022ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.94%

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

R = 0.81%
G = 16.94%
B = 82.26%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#022ACC (or 0x022ACC) is known color: Persian Blue. HEX triplet: 02, 2A and CC. RGB value is (2,42,204). Sum of RGB (Red+Green+Blue) = 2+42+204=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #022ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ACC is #FDD533. Grayscale: #2F2F2F. Windows color (decimal): -16635188 or 13380098. OLE color: 13380098.

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

Color convert

RGB 2 42 204 -
CMYK 0.99 0.79 0 0.2
HSL 228.12º 0.98% 0.4% -
HSV(B) 228.12º 0.99% 0.8% -
XYZ 11.75 6.03 57.67 -
YUV 48.51 215.75 94.83 -
System Red Green Blue C M Y K H S L
Decimal 2 42 204 0.99 0.79 0 0.2 228.12 0.98 0.4
Hex 2 2A CC 63 4F 0 14 E4 62 28
Octal 2 52 314 143 117 0 24 344 142 50
Binary 10 101010 11001100 1100011 1001111 0 10100 11100100 1100010 101000

Color Harmonies of #022ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ACC

Black with #022ACC

Text Example


Text Example

White with #022ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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