Html Css Color HEX #020ADC Medium Blue

📋 copy color: '#020ADC'

red 2 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #020ADC

Tints of Medium Blue #020ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

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

R = 0.86%
G = 4.31%
B = 94.83%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#020ADC (or 0x020ADC) is known color: Medium Blue. HEX triplet: 02, 0A and DC. RGB value is (2,10,220). Sum of RGB (Red+Green+Blue) = 2+10+220=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 220 (86.33% from 255 or 94.83% from 232); Max value from RGB is 220 - color contains mainly: blue. Hex color #020ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ADC is #FDF523. Grayscale: #1E1E1E. Windows color (decimal): -16643364 or 14420482. OLE color: 14420482.

HSL color Cylindrical-coordinate representation of color #020ADC: hue angle of 237.8º 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 #020ADC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 10 220 -
CMYK 0.99 0.95 0 0.14
HSL 237.8º 0.98% 0.44% -
HSV(B) 237.8º 0.99% 0.86% -
XYZ 13.05 5.4 68.06 -
YUV 31.55 234.35 106.92 -
System Red Green Blue C M Y K H S L
Decimal 2 10 220 0.99 0.95 0 0.14 237.8 0.98 0.44
Hex 2 A DC 63 5F 0 E EE 62 2C
Octal 2 12 334 143 137 0 16 356 142 54
Binary 10 1010 11011100 1100011 1011111 0 1110 11101110 1100010 101100

Color Harmonies of #020ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ADC

Black with #020ADC

Text Example


Text Example

White with #020ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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