Html Css Color HEX #080EB7 Medium Blue

📋 copy color: '#080EB7'

red 8 ◦ green 14 ◦ blue 183

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

Shades of Medium Blue #080EB7

Tints of Medium Blue #080EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 89.27%

R = 3.9%
G = 6.83%
B = 89.27%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#080EB7 (or 0x080EB7) is known color: Medium Blue. HEX triplet: 08, 0E and B7. RGB value is (8,14,183). Sum of RGB (Red+Green+Blue) = 8+14+183=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 183 (71.88% from 255 or 89.27% from 205); Max value from RGB is 183 - color contains mainly: blue. Hex color #080EB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EB7 is #F7F148. Grayscale: #1E1E1E. Windows color (decimal): -16249161 or 11996680. OLE color: 11996680.

HSL color Cylindrical-coordinate representation of color #080EB7: hue angle of 237.94º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080EB7 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 14 183 -
CMYK 0.96 0.92 0 0.28
HSL 237.94º 0.92% 0.37% -
HSV(B) 237.94º 0.96% 0.72% -
XYZ 8.8 3.78 45.07 -
YUV 31.47 213.51 111.26 -
System Red Green Blue C M Y K H S L
Decimal 8 14 183 0.96 0.92 0 0.28 237.94 0.92 0.37
Hex 8 E B7 60 5C 0 1C EE 5C 25
Octal 10 16 267 140 134 0 34 356 134 45
Binary 1000 1110 10110111 1100000 1011100 0 11100 11101110 1011100 100101

Color Harmonies of #080EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EB7

Black with #080EB7

Text Example


Text Example

White with #080EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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