Html Css Color HEX #080ECE Medium Blue

📋 copy color: '#080ECE'

red 8 ◦ green 14 ◦ blue 206

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

Shades of Medium Blue #080ECE

Tints of Medium Blue #080ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 90.35%

R = 3.51%
G = 6.14%
B = 90.35%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#080ECE (or 0x080ECE) is known color: Medium Blue. HEX triplet: 08, 0E and CE. RGB value is (8,14,206). Sum of RGB (Red+Green+Blue) = 8+14+206=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 206 (80.86% from 255 or 90.35% from 228); Max value from RGB is 206 - color contains mainly: blue. Hex color #080ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ECE is #F7F131. Grayscale: #212121. Windows color (decimal): -16249138 or 13504008. OLE color: 13504008.

HSL color Cylindrical-coordinate representation of color #080ECE: hue angle of 238.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080ECE is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 14 206 -
CMYK 0.96 0.93 0 0.19
HSL 238.18º 0.93% 0.42% -
HSV(B) 238.18º 0.96% 0.81% -
XYZ 11.4 4.82 58.72 -
YUV 34.09 225.01 109.39 -
System Red Green Blue C M Y K H S L
Decimal 8 14 206 0.96 0.93 0 0.19 238.18 0.93 0.42
Hex 8 E CE 60 5D 0 13 EE 5D 2A
Octal 10 16 316 140 135 0 23 356 135 52
Binary 1000 1110 11001110 1100000 1011101 0 10011 11101110 1011101 101010

Color Harmonies of #080ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080ECE

Black with #080ECE

Text Example


Text Example

White with #080ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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