Html Css Color HEX #022AE0 Persian Blue

📋 copy color: '#022AE0'

red 2 ◦ green 42 ◦ blue 224

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

Shades of Persian Blue #022AE0

Tints of Persian Blue #022AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 83.58%

R = 0.75%
G = 15.67%
B = 83.58%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#022AE0 (or 0x022AE0) is known color: Persian Blue. HEX triplet: 02, 2A and E0. RGB value is (2,42,224). Sum of RGB (Red+Green+Blue) = 2+42+224=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 224 (87.89% from 255 or 83.58% from 268); Max value from RGB is 224 - color contains mainly: blue. Hex color #022AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022AE0 is #FDD51F. Grayscale: #323232. Windows color (decimal): -16635168 or 14690818. OLE color: 14690818.

HSL color Cylindrical-coordinate representation of color #022AE0: hue angle of 229.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AE0 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 42 224 -
CMYK 0.99 0.81 0 0.12
HSL 229.19º 0.98% 0.44% -
HSV(B) 229.19º 0.99% 0.88% -
XYZ 14.31 7.05 71.13 -
YUV 50.79 225.75 93.2 -
System Red Green Blue C M Y K H S L
Decimal 2 42 224 0.99 0.81 0 0.12 229.19 0.98 0.44
Hex 2 2A E0 63 51 0 C E5 62 2C
Octal 2 52 340 143 121 0 14 345 142 54
Binary 10 101010 11100000 1100011 1010001 0 1100 11100101 1100010 101100

Color Harmonies of #022AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022AE0

Black with #022AE0

Text Example


Text Example

White with #022AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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