Shades of Medium Blue #0819D8
Tints of Medium Blue #0819D8
RGB
CMYK
RGB Variations
Color information
#0819D8 (or 0x0819D8) is known color: Medium Blue. HEX triplet: 08, 19 and D8. RGB value is (8,25,216). Sum of RGB (Red+Green+Blue) = 8+25+216=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 216 (84.77% from 255 or 86.75% from 249); Max value from RGB is 216 - color contains mainly: blue. Hex color #0819D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0819D8 is #F7E627. Grayscale: #282828. Windows color (decimal): -16246312 or 14162184. OLE color: 14162184.
HSL color Cylindrical-coordinate representation of color #0819D8: hue angle of 235.1º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0819D8 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 25 | 216 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.15 |
| HSL | 235.1º | 0.93% | 0.44% | - |
| HSV(B) | 235.1º | 0.96% | 0.85% | - |
| XYZ | 12.84 | 5.7 | 65.39 | - |
| YUV | 41.69 | 226.37 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 216 | 0.96 | 0.88 | 0 | 0.15 | 235.1 | 0.93 | 0.44 |
| Hex | 8 | 19 | D8 | 60 | 58 | 0 | F | EB | 5D | 2C |
| Octal | 10 | 31 | 330 | 140 | 130 | 0 | 17 | 353 | 135 | 54 |
| Binary | 1000 | 11001 | 11011000 | 1100000 | 1011000 | 0 | 1111 | 11101011 | 1011101 | 101100 |
Color Harmonies of #0819D8
Complementary color
Monochromatic Colors of #0819D8
Black with #0819D8
Text Example
Text Example
White with #0819D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0819D8; }
p { color: rgb(8,25,216); }
H1.HeaderClassName
{
color: #0819D8;
}
.AnyTagClassName
{
color: #0819D8;
}
</style>
background-color css
<style>
a { background-color: #0819D8; }
a { background-color: rgb(8,25,216); }
div.DivClassName
{
background-color: #0819D8;
}
.BgClassName
{
background-color: #0819D8;
}
</style>
border-color css
<style>
span { border-color: #0819D8; }
span { border-color: rgb(8,25,216); }
td.TdClassName
{
border-color: #0819D8;
}
.TagClassName
{
border-color: #0819D8;
}
</style>