Html Css Color HEX #022AD7 Persian Blue

📋 copy color: '#022AD7'

red 2 ◦ green 42 ◦ blue 215

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

Shades of Persian Blue #022AD7

Tints of Persian Blue #022AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 83.01%

R = 0.77%
G = 16.22%
B = 83.01%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#022AD7 (or 0x022AD7) is known color: Persian Blue. HEX triplet: 02, 2A and D7. RGB value is (2,42,215). Sum of RGB (Red+Green+Blue) = 2+42+215=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 215 (84.38% from 255 or 83.01% from 259); Max value from RGB is 215 - color contains mainly: blue. Hex color #022AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022AD7 is #FDD528. Grayscale: #313131. Windows color (decimal): -16635177 or 14100994. OLE color: 14100994.

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

Color convert

RGB 2 42 215 -
CMYK 0.99 0.80 0 0.16
HSL 228.73º 0.98% 0.43% -
HSV(B) 228.73º 0.99% 0.84% -
XYZ 13.12 6.58 64.87 -
YUV 49.76 221.25 93.93 -
System Red Green Blue C M Y K H S L
Decimal 2 42 215 0.99 0.80 0 0.16 228.73 0.98 0.43
Hex 2 2A D7 63 50 0 10 E5 62 2B
Octal 2 52 327 143 120 0 20 345 142 53
Binary 10 101010 11010111 1100011 1010000 0 10000 11100101 1100010 101011

Color Harmonies of #022AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022AD7

Black with #022AD7

Text Example


Text Example

White with #022AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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