Html Css Color HEX #080EBB Medium Blue

📋 copy color: '#080EBB'

red 8 ◦ green 14 ◦ blue 187

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

Shades of Medium Blue #080EBB

Tints of Medium Blue #080EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 89.47%

R = 3.83%
G = 6.7%
B = 89.47%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#080EBB (or 0x080EBB) is known color: Medium Blue. HEX triplet: 08, 0E and BB. RGB value is (8,14,187). Sum of RGB (Red+Green+Blue) = 8+14+187=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 187 (73.44% from 255 or 89.47% from 209); Max value from RGB is 187 - color contains mainly: blue. Hex color #080EBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EBB is #F7F144. Grayscale: #1F1F1F. Windows color (decimal): -16249157 or 12258824. OLE color: 12258824.

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

Color convert

RGB 8 14 187 -
CMYK 0.96 0.93 0 0.27
HSL 237.99º 0.92% 0.38% -
HSV(B) 237.99º 0.96% 0.73% -
XYZ 9.23 3.95 47.29 -
YUV 31.93 215.51 110.93 -
System Red Green Blue C M Y K H S L
Decimal 8 14 187 0.96 0.93 0 0.27 237.99 0.92 0.38
Hex 8 E BB 60 5D 0 1B EE 5C 26
Octal 10 16 273 140 135 0 33 356 134 46
Binary 1000 1110 10111011 1100000 1011101 0 11011 11101110 1011100 100110

Color Harmonies of #080EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EBB

Black with #080EBB

Text Example


Text Example

White with #080EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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