Html Css Color HEX #022BE0 Persian Blue

📋 copy color: '#022BE0'

red 2 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #022BE0

Tints of Persian Blue #022BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

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

R = 0.74%
G = 15.99%
B = 83.27%

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

#022BE0 (or 0x022BE0) is known color: Persian Blue. HEX triplet: 02, 2B and E0. RGB value is (2,43,224). Sum of RGB (Red+Green+Blue) = 2+43+224=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 224 (87.89% from 255 or 83.27% from 269); Max value from RGB is 224 - color contains mainly: blue. Hex color #022BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BE0 is #FDD41F. Grayscale: #323232. Windows color (decimal): -16634912 or 14691074. OLE color: 14691074.

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

Color convert

RGB 2 43 224 -
CMYK 0.99 0.81 0 0.12
HSL 228.92º 0.98% 0.44% -
HSV(B) 228.92º 0.99% 0.88% -
XYZ 14.34 7.12 71.14 -
YUV 51.38 225.42 92.78 -
System Red Green Blue C M Y K H S L
Decimal 2 43 224 0.99 0.81 0 0.12 228.92 0.98 0.44
Hex 2 2B E0 63 51 0 C E5 62 2C
Octal 2 53 340 143 121 0 14 345 142 54
Binary 10 101011 11100000 1100011 1010001 0 1100 11100101 1100010 101100

Color Harmonies of #022BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BE0

Black with #022BE0

Text Example


Text Example

White with #022BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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