#0806DF

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

Shades of Medium Blue #0806DF

Tints of Medium Blue #0806DF

Color information

#0806DF (or 0x0806DF) is unknown color: approx Medium Blue. HEX triplet: 08, 06 and DF. RGB value is (8,6,223). Sum of RGB (Red+Green+Blue) = 8+6+223=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 223 (87.5% from 255 or 94.09% from 237); Max value from RGB is 223 - color contains mainly: blue. Hex color #0806DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806DF is #F7F920. Grayscale: #1E1E1E. Windows color (decimal): -16251169 or 14616072. OLE color: 14616072.

HSL color Cylindrical-coordinate representation of color #0806DF: hue angle of 240.55º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0806DF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86223-
CMYK0.960.9700.13
HSL240.55º94.76%44.9%-
HSV(B)240.55º97.31%87.45%-
XYZ13.485.5170.16-
YUV31.34236.16111.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 223 (87.5% from 255) = 94.09%
R=3.38%
G=2.53%
B=94.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862230.960.9700.13240.5594.7644.9
Hex86DF60610Df15f2d
Octal10633714014101536113755
Binary1000110110111111100000110000101101111100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0806DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0806DF; }

 p { color: rgb(8,6,223); }

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

<style>
 a { background-color: #0806DF; }

 a { background-color: rgb(8,6,223); }

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

<style>
 span { border-color: #0806DF; }

 span { border-color: rgb(8,6,223); }

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