Shades of Medium Blue #0811CE
Tints of Medium Blue #0811CE
RGB
CMYK
RGB Variations
Color information
#0811CE (or 0x0811CE) is known color: Medium Blue. HEX triplet: 08, 11 and CE. RGB value is (8,17,206). Sum of RGB (Red+Green+Blue) = 8+17+206=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 206 (80.86% from 255 or 89.18% from 231); Max value from RGB is 206 - color contains mainly: blue. Hex color #0811CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0811CE is #F7EE31. Grayscale: #232323. Windows color (decimal): -16248370 or 13504776. OLE color: 13504776.
HSL color Cylindrical-coordinate representation of color #0811CE: hue angle of 237.27º 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 #0811CE is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 17 | 206 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.19 |
| HSL | 237.27º | 0.93% | 0.42% | - |
| HSV(B) | 237.27º | 0.96% | 0.81% | - |
| XYZ | 11.44 | 4.91 | 58.74 | - |
| YUV | 35.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 206 | 0.96 | 0.92 | 0 | 0.19 | 237.27 | 0.93 | 0.42 |
| Hex | 8 | 11 | CE | 60 | 5C | 0 | 13 | ED | 5D | 2A |
| Octal | 10 | 21 | 316 | 140 | 134 | 0 | 23 | 355 | 135 | 52 |
| Binary | 1000 | 10001 | 11001110 | 1100000 | 1011100 | 0 | 10011 | 11101101 | 1011101 | 101010 |
Color Harmonies of #0811CE
Complementary color
Monochromatic Colors of #0811CE
Black with #0811CE
Text Example
Text Example
White with #0811CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0811CE; }
p { color: rgb(8,17,206); }
H1.HeaderClassName
{
color: #0811CE;
}
.AnyTagClassName
{
color: #0811CE;
}
</style>
background-color css
<style>
a { background-color: #0811CE; }
a { background-color: rgb(8,17,206); }
div.DivClassName
{
background-color: #0811CE;
}
.BgClassName
{
background-color: #0811CE;
}
</style>
border-color css
<style>
span { border-color: #0811CE; }
span { border-color: rgb(8,17,206); }
td.TdClassName
{
border-color: #0811CE;
}
.TagClassName
{
border-color: #0811CE;
}
</style>