#080BCF

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

Shades of Medium Blue #080BCF

Tints of Medium Blue #080BCF

Color information

#080BCF (or 0x080BCF) is unknown color: approx Medium Blue. HEX triplet: 08, 0B and CF. RGB value is (8,11,207). Sum of RGB (Red+Green+Blue) = 8+11+207=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 207 (81.25% from 255 or 91.59% from 226); Max value from RGB is 207 - color contains mainly: blue. Hex color #080BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BCF is #F7F430. Grayscale: #1F1F1F. Windows color (decimal): -16249905 or 13568776. OLE color: 13568776.

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

Color convert

RGB811207-
CMYK0.960.9500.19
HSL239.1º92.56%42.16%-
HSV(B)239.1º96.14%81.18%-
XYZ11.484.859.35-
YUV32.45226.51110.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 11 (4.69% from 255) = 4.87%
BLUE value IS 207 (81.25% from 255) = 91.59%
R=3.54%
G=4.87%
B=91.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal8112070.960.9500.19239.192.5642.16
Hex8BCF605F013ef5d2a
Octal101331714013702335713552
Binary100010111100111111000001011111010011111011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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