Html Css Color HEX #080EDB Medium Blue

📋 copy color: '#080EDB'

red 8 ◦ green 14 ◦ blue 219

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

Shades of Medium Blue #080EDB

Tints of Medium Blue #080EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 90.87%

R = 3.32%
G = 5.81%
B = 90.87%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#080EDB (or 0x080EDB) is known color: Medium Blue. HEX triplet: 08, 0E and DB. RGB value is (8,14,219). Sum of RGB (Red+Green+Blue) = 8+14+219=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 219 (85.94% from 255 or 90.87% from 241); Max value from RGB is 219 - color contains mainly: blue. Hex color #080EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EDB is #F7F124. Grayscale: #222222. Windows color (decimal): -16249125 or 14355976. OLE color: 14355976.

HSL color Cylindrical-coordinate representation of color #080EDB: hue angle of 238.29º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080EDB is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 14 219 -
CMYK 0.96 0.94 0 0.14
HSL 238.29º 0.93% 0.45% -
HSV(B) 238.29º 0.96% 0.86% -
XYZ 13.04 5.48 67.39 -
YUV 35.58 231.51 108.33 -
System Red Green Blue C M Y K H S L
Decimal 8 14 219 0.96 0.94 0 0.14 238.29 0.93 0.45
Hex 8 E DB 60 5E 0 E EE 5D 2D
Octal 10 16 333 140 136 0 16 356 135 55
Binary 1000 1110 11011011 1100000 1011110 0 1110 11101110 1011101 101101

Color Harmonies of #080EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EDB

Black with #080EDB

Text Example


Text Example

White with #080EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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