Html Css Color HEX #022EE1 Persian Blue

📋 copy color: '#022EE1'

red 2 ◦ green 46 ◦ blue 225

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

Shades of Persian Blue #022EE1

Tints of Persian Blue #022EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 82.42%

R = 0.73%
G = 16.85%
B = 82.42%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#022EE1 (or 0x022EE1) is known color: Persian Blue. HEX triplet: 02, 2E and E1. RGB value is (2,46,225). Sum of RGB (Red+Green+Blue) = 2+46+225=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 225 (88.28% from 255 or 82.42% from 273); Max value from RGB is 225 - color contains mainly: blue. Hex color #022EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EE1 is #FDD11E. Grayscale: #343434. Windows color (decimal): -16634143 or 14757378. OLE color: 14757378.

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

Color convert

RGB 2 46 225 -
CMYK 0.99 0.80 0 0.12
HSL 228.16º 0.98% 0.45% -
HSV(B) 228.16º 0.99% 0.88% -
XYZ 14.59 7.4 71.89 -
YUV 53.25 224.92 91.45 -
System Red Green Blue C M Y K H S L
Decimal 2 46 225 0.99 0.80 0 0.12 228.16 0.98 0.45
Hex 2 2E E1 63 50 0 C E4 62 2D
Octal 2 56 341 143 120 0 14 344 142 55
Binary 10 101110 11100001 1100011 1010000 0 1100 11100100 1100010 101101

Color Harmonies of #022EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022EE1

Black with #022EE1

Text Example


Text Example

White with #022EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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