Html Css Color HEX #080ECF Medium Blue

📋 copy color: '#080ECF'

red 8 ◦ green 14 ◦ blue 207

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

Shades of Medium Blue #080ECF

Tints of Medium Blue #080ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 90.39%

R = 3.49%
G = 6.11%
B = 90.39%

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

#080ECF (or 0x080ECF) is known color: Medium Blue. HEX triplet: 08, 0E and CF. RGB value is (8,14,207). Sum of RGB (Red+Green+Blue) = 8+14+207=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 207 (81.25% from 255 or 90.39% from 229); Max value from RGB is 207 - color contains mainly: blue. Hex color #080ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ECF is #F7F130. Grayscale: #212121. Windows color (decimal): -16249137 or 13569544. OLE color: 13569544.

HSL color Cylindrical-coordinate representation of color #080ECF: hue angle of 238.19º 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 #080ECF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 14 207 -
CMYK 0.96 0.93 0 0.19
HSL 238.19º 0.93% 0.42% -
HSV(B) 238.19º 0.96% 0.81% -
XYZ 11.52 4.87 59.36 -
YUV 34.21 225.51 109.31 -
System Red Green Blue C M Y K H S L
Decimal 8 14 207 0.96 0.93 0 0.19 238.19 0.93 0.42
Hex 8 E CF 60 5D 0 13 EE 5D 2A
Octal 10 16 317 140 135 0 23 356 135 52
Binary 1000 1110 11001111 1100000 1011101 0 10011 11101110 1011101 101010

Color Harmonies of #080ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080ECF

Black with #080ECF

Text Example


Text Example

White with #080ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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