Html Css Color HEX #020EB6 Medium Blue

📋 copy color: '#020EB6'

red 2 ◦ green 14 ◦ blue 182

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

Shades of Medium Blue #020EB6

Tints of Medium Blue #020EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 91.92%

R = 1.01%
G = 7.07%
B = 91.92%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#020EB6 (or 0x020EB6) is known color: Medium Blue. HEX triplet: 02, 0E and B6. RGB value is (2,14,182). Sum of RGB (Red+Green+Blue) = 2+14+182=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 182 (71.48% from 255 or 91.92% from 198); Max value from RGB is 182 - color contains mainly: blue. Hex color #020EB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EB6 is #FDF149. Grayscale: #1C1C1C. Windows color (decimal): -16642378 or 11931138. OLE color: 11931138.

HSL color Cylindrical-coordinate representation of color #020EB6: hue angle of 236º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EB6 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 14 182 -
CMYK 0.99 0.92 0 0.29
HSL 236º 0.98% 0.36% -
HSV(B) 236º 0.99% 0.71% -
XYZ 8.63 3.7 44.52 -
YUV 29.56 214.02 108.34 -
System Red Green Blue C M Y K H S L
Decimal 2 14 182 0.99 0.92 0 0.29 236 0.98 0.36
Hex 2 E B6 63 5C 0 1D EC 62 24
Octal 2 16 266 143 134 0 35 354 142 44
Binary 10 1110 10110110 1100011 1011100 0 11101 11101100 1100010 100100

Color Harmonies of #020EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EB6

Black with #020EB6

Text Example


Text Example

White with #020EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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