Shades of Medium Blue #0819DD
Tints of Medium Blue #0819DD
RGB
CMYK
RGB Variations
Color information
#0819DD (or 0x0819DD) is known color: Medium Blue. HEX triplet: 08, 19 and DD. RGB value is (8,25,221). Sum of RGB (Red+Green+Blue) = 8+25+221=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #0819DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0819DD is #F7E622. Grayscale: #292929. Windows color (decimal): -16246307 or 14489864. OLE color: 14489864.
HSL color Cylindrical-coordinate representation of color #0819DD: hue angle of 235.21º 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 #0819DD is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 25 | 221 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.13 |
| HSL | 235.21º | 0.93% | 0.45% | - |
| HSV(B) | 235.21º | 0.96% | 0.87% | - |
| XYZ | 13.5 | 5.97 | 68.85 | - |
| YUV | 42.26 | 228.87 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 221 | 0.96 | 0.89 | 0 | 0.13 | 235.21 | 0.93 | 0.45 |
| Hex | 8 | 19 | DD | 60 | 59 | 0 | D | EB | 5D | 2D |
| Octal | 10 | 31 | 335 | 140 | 131 | 0 | 15 | 353 | 135 | 55 |
| Binary | 1000 | 11001 | 11011101 | 1100000 | 1011001 | 0 | 1101 | 11101011 | 1011101 | 101101 |
Color Harmonies of #0819DD
Complementary color
Monochromatic Colors of #0819DD
Black with #0819DD
Text Example
Text Example
White with #0819DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0819DD; }
p { color: rgb(8,25,221); }
H1.HeaderClassName
{
color: #0819DD;
}
.AnyTagClassName
{
color: #0819DD;
}
</style>
background-color css
<style>
a { background-color: #0819DD; }
a { background-color: rgb(8,25,221); }
div.DivClassName
{
background-color: #0819DD;
}
.BgClassName
{
background-color: #0819DD;
}
</style>
border-color css
<style>
span { border-color: #0819DD; }
span { border-color: rgb(8,25,221); }
td.TdClassName
{
border-color: #0819DD;
}
.TagClassName
{
border-color: #0819DD;
}
</style>