Html Css Color HEX #080ECD Medium Blue

📋 copy color: '#080ECD'

red 8 ◦ green 14 ◦ blue 205

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

Shades of Medium Blue #080ECD

Tints of Medium Blue #080ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 90.31%

R = 3.52%
G = 6.17%
B = 90.31%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#080ECD (or 0x080ECD) is known color: Medium Blue. HEX triplet: 08, 0E and CD. RGB value is (8,14,205). Sum of RGB (Red+Green+Blue) = 8+14+205=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 205 (80.47% from 255 or 90.31% from 227); Max value from RGB is 205 - color contains mainly: blue. Hex color #080ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ECD is #F7F132. Grayscale: #212121. Windows color (decimal): -16249139 or 13438472. OLE color: 13438472.

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

Color convert

RGB 8 14 205 -
CMYK 0.96 0.93 0 0.20
HSL 238.17º 0.92% 0.42% -
HSV(B) 238.17º 0.96% 0.8% -
XYZ 11.28 4.77 58.08 -
YUV 33.98 224.51 109.47 -
System Red Green Blue C M Y K H S L
Decimal 8 14 205 0.96 0.93 0 0.20 238.17 0.92 0.42
Hex 8 E CD 60 5D 0 14 EE 5C 2A
Octal 10 16 315 140 135 0 24 356 134 52
Binary 1000 1110 11001101 1100000 1011101 0 10100 11101110 1011100 101010

Color Harmonies of #080ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080ECD

Black with #080ECD

Text Example


Text Example

White with #080ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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