Html Css Color HEX #022ADB Persian Blue

📋 copy color: '#022ADB'

red 2 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #022ADB

Tints of Persian Blue #022ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 83.27%

R = 0.76%
G = 15.97%
B = 83.27%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#022ADB (or 0x022ADB) is known color: Persian Blue. HEX triplet: 02, 2A and DB. RGB value is (2,42,219). Sum of RGB (Red+Green+Blue) = 2+42+219=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #022ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ADB is #FDD524. Grayscale: #313131. Windows color (decimal): -16635173 or 14363138. OLE color: 14363138.

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

Color convert

RGB 2 42 219 -
CMYK 0.99 0.81 0 0.14
HSL 228.94º 0.98% 0.43% -
HSV(B) 228.94º 0.99% 0.86% -
XYZ 13.64 6.78 67.61 -
YUV 50.22 223.25 93.61 -
System Red Green Blue C M Y K H S L
Decimal 2 42 219 0.99 0.81 0 0.14 228.94 0.98 0.43
Hex 2 2A DB 63 51 0 E E5 62 2B
Octal 2 52 333 143 121 0 16 345 142 53
Binary 10 101010 11011011 1100011 1010001 0 1110 11100101 1100010 101011

Color Harmonies of #022ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ADB

Black with #022ADB

Text Example


Text Example

White with #022ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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