Shades of Medium Blue #0817DE
Tints of Medium Blue #0817DE
RGB
CMYK
RGB Variations
Color information
#0817DE (or 0x0817DE) is known color: Medium Blue. HEX triplet: 08, 17 and DE. RGB value is (8,23,222). Sum of RGB (Red+Green+Blue) = 8+23+222=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 222 (87.11% from 255 or 87.75% from 253); Max value from RGB is 222 - color contains mainly: blue. Hex color #0817DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0817DE is #F7E821. Grayscale: #282828. Windows color (decimal): -16246818 or 14554888. OLE color: 14554888.
HSL color Cylindrical-coordinate representation of color #0817DE: hue angle of 235.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0817DE is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 23 | 222 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.13 |
| HSL | 235.79º | 0.93% | 0.45% | - |
| HSV(B) | 235.79º | 0.96% | 0.87% | - |
| XYZ | 13.59 | 5.94 | 69.54 | - |
| YUV | 41.2 | 230.03 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 222 | 0.96 | 0.90 | 0 | 0.13 | 235.79 | 0.93 | 0.45 |
| Hex | 8 | 17 | DE | 60 | 5A | 0 | D | EC | 5D | 2D |
| Octal | 10 | 27 | 336 | 140 | 132 | 0 | 15 | 354 | 135 | 55 |
| Binary | 1000 | 10111 | 11011110 | 1100000 | 1011010 | 0 | 1101 | 11101100 | 1011101 | 101101 |
Color Harmonies of #0817DE
Complementary color
Monochromatic Colors of #0817DE
Black with #0817DE
Text Example
Text Example
White with #0817DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0817DE; }
p { color: rgb(8,23,222); }
H1.HeaderClassName
{
color: #0817DE;
}
.AnyTagClassName
{
color: #0817DE;
}
</style>
background-color css
<style>
a { background-color: #0817DE; }
a { background-color: rgb(8,23,222); }
div.DivClassName
{
background-color: #0817DE;
}
.BgClassName
{
background-color: #0817DE;
}
</style>
border-color css
<style>
span { border-color: #0817DE; }
span { border-color: rgb(8,23,222); }
td.TdClassName
{
border-color: #0817DE;
}
.TagClassName
{
border-color: #0817DE;
}
</style>