Html Css Color HEX #020ADE Medium Blue

📋 copy color: '#020ADE'

red 2 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #020ADE

Tints of Medium Blue #020ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 94.87%

R = 0.85%
G = 4.27%
B = 94.87%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#020ADE (or 0x020ADE) is known color: Medium Blue. HEX triplet: 02, 0A and DE. RGB value is (2,10,222). Sum of RGB (Red+Green+Blue) = 2+10+222=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 222 (87.11% from 255 or 94.87% from 234); Max value from RGB is 222 - color contains mainly: blue. Hex color #020ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ADE is #FDF521. Grayscale: #1E1E1E. Windows color (decimal): -16643362 or 14551554. OLE color: 14551554.

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

Color convert

RGB 2 10 222 -
CMYK 0.99 0.95 0 0.13
HSL 237.82º 0.98% 0.44% -
HSV(B) 237.82º 0.99% 0.87% -
XYZ 13.32 5.5 69.47 -
YUV 31.78 235.35 106.76 -
System Red Green Blue C M Y K H S L
Decimal 2 10 222 0.99 0.95 0 0.13 237.82 0.98 0.44
Hex 2 A DE 63 5F 0 D EE 62 2C
Octal 2 12 336 143 137 0 15 356 142 54
Binary 10 1010 11011110 1100011 1011111 0 1101 11101110 1100010 101100

Color Harmonies of #020ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ADE

Black with #020ADE

Text Example


Text Example

White with #020ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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