Shades of Medium Blue #0811D7
Tints of Medium Blue #0811D7
RGB
CMYK
RGB Variations
Color information
#0811D7 (or 0x0811D7) is known color: Medium Blue. HEX triplet: 08, 11 and D7. RGB value is (8,17,215). Sum of RGB (Red+Green+Blue) = 8+17+215=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 215 (84.38% from 255 or 89.58% from 240); Max value from RGB is 215 - color contains mainly: blue. Hex color #0811D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0811D7 is #F7EE28. Grayscale: #242424. Windows color (decimal): -16248361 or 14094600. OLE color: 14094600.
HSL color Cylindrical-coordinate representation of color #0811D7: hue angle of 237.39º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0811D7 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 17 | 215 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.16 |
| HSL | 237.39º | 0.93% | 0.44% | - |
| HSV(B) | 237.39º | 0.96% | 0.84% | - |
| XYZ | 12.57 | 5.36 | 64.66 | - |
| YUV | 36.88 | 228.52 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 215 | 0.96 | 0.92 | 0 | 0.16 | 237.39 | 0.93 | 0.44 |
| Hex | 8 | 11 | D7 | 60 | 5C | 0 | 10 | ED | 5D | 2C |
| Octal | 10 | 21 | 327 | 140 | 134 | 0 | 20 | 355 | 135 | 54 |
| Binary | 1000 | 10001 | 11010111 | 1100000 | 1011100 | 0 | 10000 | 11101101 | 1011101 | 101100 |
Color Harmonies of #0811D7
Complementary color
Monochromatic Colors of #0811D7
Black with #0811D7
Text Example
Text Example
White with #0811D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0811D7; }
p { color: rgb(8,17,215); }
H1.HeaderClassName
{
color: #0811D7;
}
.AnyTagClassName
{
color: #0811D7;
}
</style>
background-color css
<style>
a { background-color: #0811D7; }
a { background-color: rgb(8,17,215); }
div.DivClassName
{
background-color: #0811D7;
}
.BgClassName
{
background-color: #0811D7;
}
</style>
border-color css
<style>
span { border-color: #0811D7; }
span { border-color: rgb(8,17,215); }
td.TdClassName
{
border-color: #0811D7;
}
.TagClassName
{
border-color: #0811D7;
}
</style>