Html Css Color HEX #020EBC Medium Blue

📋 copy color: '#020EBC'

red 2 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #020EBC

Tints of Medium Blue #020EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 92.16%

R = 0.98%
G = 6.86%
B = 92.16%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#020EBC (or 0x020EBC) is known color: Medium Blue. HEX triplet: 02, 0E and BC. RGB value is (2,14,188). Sum of RGB (Red+Green+Blue) = 2+14+188=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #020EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EBC is #FDF143. Grayscale: #1D1D1D. Windows color (decimal): -16642372 or 12324354. OLE color: 12324354.

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

Color convert

RGB 2 14 188 -
CMYK 0.99 0.93 0 0.26
HSL 236.13º 0.98% 0.37% -
HSV(B) 236.13º 0.99% 0.74% -
XYZ 9.26 3.96 47.85 -
YUV 30.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 2 14 188 0.99 0.93 0 0.26 236.13 0.98 0.37
Hex 2 E BC 63 5D 0 1A EC 62 25
Octal 2 16 274 143 135 0 32 354 142 45
Binary 10 1110 10111100 1100011 1011101 0 11010 11101100 1100010 100101

Color Harmonies of #020EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EBC

Black with #020EBC

Text Example


Text Example

White with #020EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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