Shades of Medium Blue #0813DD
Tints of Medium Blue #0813DD
RGB
CMYK
RGB Variations
Color information
#0813DD (or 0x0813DD) is known color: Medium Blue. HEX triplet: 08, 13 and DD. RGB value is (8,19,221). Sum of RGB (Red+Green+Blue) = 8+19+221=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 221 (86.72% from 255 or 89.11% from 248); Max value from RGB is 221 - color contains mainly: blue. Hex color #0813DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0813DD is #F7EC22. Grayscale: #252525. Windows color (decimal): -16247843 or 14488328. OLE color: 14488328.
HSL color Cylindrical-coordinate representation of color #0813DD: hue angle of 236.9º 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 #0813DD is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 19 | 221 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.13 |
| HSL | 236.9º | 0.93% | 0.45% | - |
| HSV(B) | 236.9º | 0.96% | 0.87% | - |
| XYZ | 13.38 | 5.74 | 68.81 | - |
| YUV | 38.74 | 230.86 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 221 | 0.96 | 0.91 | 0 | 0.13 | 236.9 | 0.93 | 0.45 |
| Hex | 8 | 13 | DD | 60 | 5B | 0 | D | ED | 5D | 2D |
| Octal | 10 | 23 | 335 | 140 | 133 | 0 | 15 | 355 | 135 | 55 |
| Binary | 1000 | 10011 | 11011101 | 1100000 | 1011011 | 0 | 1101 | 11101101 | 1011101 | 101101 |
Color Harmonies of #0813DD
Complementary color
Monochromatic Colors of #0813DD
Black with #0813DD
Text Example
Text Example
White with #0813DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0813DD; }
p { color: rgb(8,19,221); }
H1.HeaderClassName
{
color: #0813DD;
}
.AnyTagClassName
{
color: #0813DD;
}
</style>
background-color css
<style>
a { background-color: #0813DD; }
a { background-color: rgb(8,19,221); }
div.DivClassName
{
background-color: #0813DD;
}
.BgClassName
{
background-color: #0813DD;
}
</style>
border-color css
<style>
span { border-color: #0813DD; }
span { border-color: rgb(8,19,221); }
td.TdClassName
{
border-color: #0813DD;
}
.TagClassName
{
border-color: #0813DD;
}
</style>