Html Css Color HEX #080EBC Medium Blue

📋 copy color: '#080EBC'

red 8 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #080EBC

Tints of Medium Blue #080EBC

RGB

 RED value IS 8 (3.52% from 255) = 3.81%

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

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

R = 3.81%
G = 6.67%
B = 89.52%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#080EBC (or 0x080EBC) is known color: Medium Blue. HEX triplet: 08, 0E and BC. RGB value is (8,14,188). Sum of RGB (Red+Green+Blue) = 8+14+188=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 188 (73.83% from 255 or 89.52% from 210); Max value from RGB is 188 - color contains mainly: blue. Hex color #080EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EBC is #F7F143. Grayscale: #1F1F1F. Windows color (decimal): -16249156 or 12324360. OLE color: 12324360.

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

Color convert

RGB 8 14 188 -
CMYK 0.96 0.93 0 0.26
HSL 238º 0.92% 0.38% -
HSV(B) 238º 0.96% 0.74% -
XYZ 9.33 4 47.86 -
YUV 32.04 216.01 110.85 -
System Red Green Blue C M Y K H S L
Decimal 8 14 188 0.96 0.93 0 0.26 238 0.92 0.38
Hex 8 E BC 60 5D 0 1A EE 5C 26
Octal 10 16 274 140 135 0 32 356 134 46
Binary 1000 1110 10111100 1100000 1011101 0 11010 11101110 1011100 100110

Color Harmonies of #080EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EBC

Black with #080EBC

Text Example


Text Example

White with #080EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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