Html Css Color HEX #022EE0 Persian Blue

📋 copy color: '#022EE0'

red 2 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #022EE0

Tints of Persian Blue #022EE0

RGB

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

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

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

R = 0.74%
G = 16.91%
B = 82.35%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#022EE0 (or 0x022EE0) is known color: Persian Blue. HEX triplet: 02, 2E and E0. RGB value is (2,46,224). Sum of RGB (Red+Green+Blue) = 2+46+224=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 224 (87.89% from 255 or 82.35% from 272); Max value from RGB is 224 - color contains mainly: blue. Hex color #022EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EE0 is #FDD11F. Grayscale: #343434. Windows color (decimal): -16634144 or 14691842. OLE color: 14691842.

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

Color convert

RGB 2 46 224 -
CMYK 0.99 0.79 0 0.12
HSL 228.11º 0.98% 0.44% -
HSV(B) 228.11º 0.99% 0.88% -
XYZ 14.46 7.35 71.18 -
YUV 53.14 224.42 91.53 -
System Red Green Blue C M Y K H S L
Decimal 2 46 224 0.99 0.79 0 0.12 228.11 0.98 0.44
Hex 2 2E E0 63 4F 0 C E4 62 2C
Octal 2 56 340 143 117 0 14 344 142 54
Binary 10 101110 11100000 1100011 1001111 0 1100 11100100 1100010 101100

Color Harmonies of #022EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022EE0

Black with #022EE0

Text Example


Text Example

White with #022EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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