Shades of Medium Blue #0817CC
Tints of Medium Blue #0817CC
RGB
CMYK
RGB Variations
Color information
#0817CC (or 0x0817CC) is known color: Medium Blue. HEX triplet: 08, 17 and CC. RGB value is (8,23,204). Sum of RGB (Red+Green+Blue) = 8+23+204=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #0817CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0817CC is #F7E833. Grayscale: #262626. Windows color (decimal): -16246836 or 13375240. OLE color: 13375240.
HSL color Cylindrical-coordinate representation of color #0817CC: hue angle of 235.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0817CC is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 23 | 204 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.2 |
| HSL | 235.41º | 0.92% | 0.42% | - |
| HSV(B) | 235.41º | 0.96% | 0.8% | - |
| XYZ | 11.31 | 5.02 | 57.5 | - |
| YUV | 39.15 | 221.03 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 204 | 0.96 | 0.89 | 0 | 0.2 | 235.41 | 0.92 | 0.42 |
| Hex | 8 | 17 | CC | 60 | 59 | 0 | 14 | EB | 5C | 2A |
| Octal | 10 | 27 | 314 | 140 | 131 | 0 | 24 | 353 | 134 | 52 |
| Binary | 1000 | 10111 | 11001100 | 1100000 | 1011001 | 0 | 10100 | 11101011 | 1011100 | 101010 |
Color Harmonies of #0817CC
Complementary color
Monochromatic Colors of #0817CC
Black with #0817CC
Text Example
Text Example
White with #0817CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0817CC; }
p { color: rgb(8,23,204); }
H1.HeaderClassName
{
color: #0817CC;
}
.AnyTagClassName
{
color: #0817CC;
}
</style>
background-color css
<style>
a { background-color: #0817CC; }
a { background-color: rgb(8,23,204); }
div.DivClassName
{
background-color: #0817CC;
}
.BgClassName
{
background-color: #0817CC;
}
</style>
border-color css
<style>
span { border-color: #0817CC; }
span { border-color: rgb(8,23,204); }
td.TdClassName
{
border-color: #0817CC;
}
.TagClassName
{
border-color: #0817CC;
}
</style>