Html Css Color HEX #022ADD Persian Blue

📋 copy color: '#022ADD'

red 2 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #022ADD

Tints of Persian Blue #022ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 83.4%

R = 0.75%
G = 15.85%
B = 83.4%

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

#022ADD (or 0x022ADD) is known color: Persian Blue. HEX triplet: 02, 2A and DD. RGB value is (2,42,221). Sum of RGB (Red+Green+Blue) = 2+42+221=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #022ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ADD is #FDD522. Grayscale: #313131. Windows color (decimal): -16635171 or 14494210. OLE color: 14494210.

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

Color convert

RGB 2 42 221 -
CMYK 0.99 0.81 0 0.13
HSL 229.04º 0.98% 0.44% -
HSV(B) 229.04º 0.99% 0.87% -
XYZ 13.9 6.89 69 -
YUV 50.45 224.25 93.45 -
System Red Green Blue C M Y K H S L
Decimal 2 42 221 0.99 0.81 0 0.13 229.04 0.98 0.44
Hex 2 2A DD 63 51 0 D E5 62 2C
Octal 2 52 335 143 121 0 15 345 142 54
Binary 10 101010 11011101 1100011 1010001 0 1101 11100101 1100010 101100

Color Harmonies of #022ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ADD

Black with #022ADD

Text Example


Text Example

White with #022ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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