Html Css Color HEX #022ADF Persian Blue

📋 copy color: '#022ADF'

red 2 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #022ADF

Tints of Persian Blue #022ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 83.52%

R = 0.75%
G = 15.73%
B = 83.52%

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

#022ADF (or 0x022ADF) is known color: Persian Blue. HEX triplet: 02, 2A and DF. RGB value is (2,42,223). Sum of RGB (Red+Green+Blue) = 2+42+223=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #022ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ADF is #FDD520. Grayscale: #313131. Windows color (decimal): -16635169 or 14625282. OLE color: 14625282.

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

Color convert

RGB 2 42 223 -
CMYK 0.99 0.81 0 0.13
HSL 229.14º 0.98% 0.44% -
HSV(B) 229.14º 0.99% 0.87% -
XYZ 14.17 7 70.42 -
YUV 50.67 225.25 93.28 -
System Red Green Blue C M Y K H S L
Decimal 2 42 223 0.99 0.81 0 0.13 229.14 0.98 0.44
Hex 2 2A DF 63 51 0 D E5 62 2C
Octal 2 52 337 143 121 0 15 345 142 54
Binary 10 101010 11011111 1100011 1010001 0 1101 11100101 1100010 101100

Color Harmonies of #022ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ADF

Black with #022ADF

Text Example


Text Example

White with #022ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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