Shades of Medium Blue #0817DB
Tints of Medium Blue #0817DB
RGB
CMYK
RGB Variations
Color information
#0817DB (or 0x0817DB) is known color: Medium Blue. HEX triplet: 08, 17 and DB. RGB value is (8,23,219). Sum of RGB (Red+Green+Blue) = 8+23+219=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #0817DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0817DB is #F7E824. Grayscale: #282828. Windows color (decimal): -16246821 or 14358280. OLE color: 14358280.
HSL color Cylindrical-coordinate representation of color #0817DB: hue angle of 235.73º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0817DB is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 23 | 219 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.14 |
| HSL | 235.73º | 0.93% | 0.45% | - |
| HSV(B) | 235.73º | 0.96% | 0.86% | - |
| XYZ | 13.19 | 5.78 | 67.44 | - |
| YUV | 40.86 | 228.53 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 219 | 0.96 | 0.89 | 0 | 0.14 | 235.73 | 0.93 | 0.45 |
| Hex | 8 | 17 | DB | 60 | 59 | 0 | E | EC | 5D | 2D |
| Octal | 10 | 27 | 333 | 140 | 131 | 0 | 16 | 354 | 135 | 55 |
| Binary | 1000 | 10111 | 11011011 | 1100000 | 1011001 | 0 | 1110 | 11101100 | 1011101 | 101101 |
Color Harmonies of #0817DB
Complementary color
Monochromatic Colors of #0817DB
Black with #0817DB
Text Example
Text Example
White with #0817DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0817DB; }
p { color: rgb(8,23,219); }
H1.HeaderClassName
{
color: #0817DB;
}
.AnyTagClassName
{
color: #0817DB;
}
</style>
background-color css
<style>
a { background-color: #0817DB; }
a { background-color: rgb(8,23,219); }
div.DivClassName
{
background-color: #0817DB;
}
.BgClassName
{
background-color: #0817DB;
}
</style>
border-color css
<style>
span { border-color: #0817DB; }
span { border-color: rgb(8,23,219); }
td.TdClassName
{
border-color: #0817DB;
}
.TagClassName
{
border-color: #0817DB;
}
</style>