Html Css Color HEX #020ED6 Medium Blue

📋 copy color: '#020ED6'

red 2 ◦ green 14 ◦ blue 214

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

Shades of Medium Blue #020ED6

Tints of Medium Blue #020ED6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.09%

 BLUE value IS 214 (83.98% from 255) = 93.04%

R = 0.87%
G = 6.09%
B = 93.04%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#020ED6 (or 0x020ED6) is known color: Medium Blue. HEX triplet: 02, 0E and D6. RGB value is (2,14,214). Sum of RGB (Red+Green+Blue) = 2+14+214=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 214 (83.98% from 255 or 93.04% from 230); Max value from RGB is 214 - color contains mainly: blue. Hex color #020ED6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ED6 is #FDF129. Grayscale: #202020. Windows color (decimal): -16642346 or 14028290. OLE color: 14028290.

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

Color convert

RGB 2 14 214 -
CMYK 0.99 0.93 0 0.16
HSL 236.6º 0.98% 0.42% -
HSV(B) 236.6º 0.99% 0.84% -
XYZ 12.32 5.18 63.97 -
YUV 33.21 230.02 105.74 -
System Red Green Blue C M Y K H S L
Decimal 2 14 214 0.99 0.93 0 0.16 236.6 0.98 0.42
Hex 2 E D6 63 5D 0 10 ED 62 2A
Octal 2 16 326 143 135 0 20 355 142 52
Binary 10 1110 11010110 1100011 1011101 0 10000 11101101 1100010 101010

Color Harmonies of #020ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ED6

Black with #020ED6

Text Example


Text Example

White with #020ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,14,214); }

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

background-color css

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

 a { background-color: rgb(2,14,214); }

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

border-color css

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

 span { border-color: rgb(2,14,214); }

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