Shades of Medium Blue #0806DF
Tints of Medium Blue #0806DF
RGB
CMYK
RGB Variations
Color information
#0806DF (or 0x0806DF) is known color: 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
RGB | 8 | 6 | 223 | - |
CMYK | 0.96 | 0.97 | 0 | 0.13 |
HSL | 240.55º | 0.95% | 0.45% | - |
HSV(B) | 240.55º | 0.97% | 0.87% | - |
XYZ | 13.48 | 5.51 | 70.16 | - |
YUV | 31.34 | 236.16 | 111.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 6 | 223 | 0.96 | 0.97 | 0 | 0.13 | 240.55 | 0.95 | 0.45 |
Hex | 8 | 6 | DF | 60 | 61 | 0 | D | F1 | 5F | 2D |
Octal | 10 | 6 | 337 | 140 | 141 | 0 | 15 | 361 | 137 | 55 |
Binary | 1000 | 110 | 11011111 | 1100000 | 1100001 | 0 | 1101 | 11110001 | 1011111 | 101101 |
Color Harmonies of #0806DF
Complementary color
Monochromatic Colors of #0806DF
Black with #0806DF
Text Example
Text Example
White with #0806DF
Text Example
Text Example
HTML Codes & Css Web 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>