Html Css Color HEX #022ADE Persian Blue

📋 copy color: '#022ADE'

red 2 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #022ADE

Tints of Persian Blue #022ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 83.46%

R = 0.75%
G = 15.79%
B = 83.46%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#022ADE (or 0x022ADE) is known color: Persian Blue. HEX triplet: 02, 2A and DE. RGB value is (2,42,222). Sum of RGB (Red+Green+Blue) = 2+42+222=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #022ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ADE is #FDD521. Grayscale: #313131. Windows color (decimal): -16635170 or 14559746. OLE color: 14559746.

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

Color convert

RGB 2 42 222 -
CMYK 0.99 0.81 0 0.13
HSL 229.09º 0.98% 0.44% -
HSV(B) 229.09º 0.99% 0.87% -
XYZ 14.04 6.94 69.71 -
YUV 50.56 224.75 93.36 -
System Red Green Blue C M Y K H S L
Decimal 2 42 222 0.99 0.81 0 0.13 229.09 0.98 0.44
Hex 2 2A DE 63 51 0 D E5 62 2C
Octal 2 52 336 143 121 0 15 345 142 54
Binary 10 101010 11011110 1100011 1010001 0 1101 11100101 1100010 101100

Color Harmonies of #022ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ADE

Black with #022ADE

Text Example


Text Example

White with #022ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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