#080BC4

Color #080BC4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #080BC4

Tints of Medium Blue #080BC4

Color information

#080BC4 (or 0x080BC4) is unknown color: approx Medium Blue. HEX triplet: 08, 0B and C4. RGB value is (8,11,196). Sum of RGB (Red+Green+Blue) = 8+11+196=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 196 (76.95% from 255 or 91.16% from 215); Max value from RGB is 196 - color contains mainly: blue. Hex color #080BC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BC4 is #F7F43B. Grayscale: #1E1E1E. Windows color (decimal): -16249916 or 12847880. OLE color: 12847880.

HSL color Cylindrical-coordinate representation of color #080BC4: hue angle of 239.04º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080BC4 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB811196-
CMYK0.960.9400.23
HSL239.04º92.16%40%-
HSV(B)239.04º95.92%76.86%-
XYZ10.184.2852.51-
YUV31.19221.01111.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.72%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 196 (76.95% from 255) = 91.16%
R=3.72%
G=5.12%
B=91.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8111960.960.9400.23239.0492.1640
Hex8BC4605E017ef5c28
Octal101330414013602735713450
Binary100010111100010011000001011110010111111011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,11,196); }

 H1.HeaderClassName
 {
   color: #080BC4;
 }
 .AnyTagClassName
 {
   color: #080BC4;
 }
</style>
background-color css

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

 a { background-color: rgb(8,11,196); }

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

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

 span { border-color: rgb(8,11,196); }

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