Shades of Medium Blue #0806CF
Tints of Medium Blue #0806CF
RGB
CMYK
RGB Variations
Color information
#0806CF (or 0x0806CF) is known color: Medium Blue. HEX triplet: 08, 06 and CF. RGB value is (8,6,207). Sum of RGB (Red+Green+Blue) = 8+6+207=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 207 (81.25% from 255 or 93.67% from 221); Max value from RGB is 207 - color contains mainly: blue. Hex color #0806CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806CF is #F7F930. Grayscale: #1C1C1C. Windows color (decimal): -16251185 or 13567496. OLE color: 13567496.
HSL color Cylindrical-coordinate representation of color #0806CF: hue angle of 240.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0806CF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 6 | 207 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.19 |
| HSL | 240.6º | 0.94% | 0.42% | - |
| HSV(B) | 240.6º | 0.97% | 0.81% | - |
| XYZ | 11.43 | 4.69 | 59.33 | - |
| YUV | 29.51 | 228.16 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 207 | 0.96 | 0.97 | 0 | 0.19 | 240.6 | 0.94 | 0.42 |
| Hex | 8 | 6 | CF | 60 | 61 | 0 | 13 | F1 | 5E | 2A |
| Octal | 10 | 6 | 317 | 140 | 141 | 0 | 23 | 361 | 136 | 52 |
| Binary | 1000 | 110 | 11001111 | 1100000 | 1100001 | 0 | 10011 | 11110001 | 1011110 | 101010 |
Color Harmonies of #0806CF
Complementary color
Monochromatic Colors of #0806CF
Black with #0806CF
Text Example
Text Example
White with #0806CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0806CF; }
p { color: rgb(8,6,207); }
H1.HeaderClassName
{
color: #0806CF;
}
.AnyTagClassName
{
color: #0806CF;
}
</style>
background-color css
<style>
a { background-color: #0806CF; }
a { background-color: rgb(8,6,207); }
div.DivClassName
{
background-color: #0806CF;
}
.BgClassName
{
background-color: #0806CF;
}
</style>
border-color css
<style>
span { border-color: #0806CF; }
span { border-color: rgb(8,6,207); }
td.TdClassName
{
border-color: #0806CF;
}
.TagClassName
{
border-color: #0806CF;
}
</style>