Html Css Color HEX #022ADC Persian Blue

📋 copy color: '#022ADC'

red 2 ◦ green 42 ◦ blue 220

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

Shades of Persian Blue #022ADC

Tints of Persian Blue #022ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 83.33%

R = 0.76%
G = 15.91%
B = 83.33%

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

#022ADC (or 0x022ADC) is known color: Persian Blue. HEX triplet: 02, 2A and DC. RGB value is (2,42,220). Sum of RGB (Red+Green+Blue) = 2+42+220=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #022ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ADC is #FDD523. Grayscale: #313131. Windows color (decimal): -16635172 or 14428674. OLE color: 14428674.

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

Color convert

RGB 2 42 220 -
CMYK 0.99 0.81 0 0.14
HSL 228.99º 0.98% 0.44% -
HSV(B) 228.99º 0.99% 0.86% -
XYZ 13.77 6.84 68.3 -
YUV 50.33 223.75 93.53 -
System Red Green Blue C M Y K H S L
Decimal 2 42 220 0.99 0.81 0 0.14 228.99 0.98 0.44
Hex 2 2A DC 63 51 0 E E5 62 2C
Octal 2 52 334 143 121 0 16 345 142 54
Binary 10 101010 11011100 1100011 1010001 0 1110 11100101 1100010 101100

Color Harmonies of #022ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ADC

Black with #022ADC

Text Example


Text Example

White with #022ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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