Shades of Medium Blue #0816DD
Tints of Medium Blue #0816DD
RGB
CMYK
RGB Variations
Color information
#0816DD (or 0x0816DD) is known color: Medium Blue. HEX triplet: 08, 16 and DD. RGB value is (8,22,221). Sum of RGB (Red+Green+Blue) = 8+22+221=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #0816DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0816DD is #F7E922. Grayscale: #272727. Windows color (decimal): -16247075 or 14489096. OLE color: 14489096.
HSL color Cylindrical-coordinate representation of color #0816DD: hue angle of 236.06º 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 #0816DD is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 22 | 221 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.13 |
| HSL | 236.06º | 0.93% | 0.45% | - |
| HSV(B) | 236.06º | 0.96% | 0.87% | - |
| XYZ | 13.44 | 5.85 | 68.83 | - |
| YUV | 40.5 | 229.86 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 221 | 0.96 | 0.90 | 0 | 0.13 | 236.06 | 0.93 | 0.45 |
| Hex | 8 | 16 | DD | 60 | 5A | 0 | D | EC | 5D | 2D |
| Octal | 10 | 26 | 335 | 140 | 132 | 0 | 15 | 354 | 135 | 55 |
| Binary | 1000 | 10110 | 11011101 | 1100000 | 1011010 | 0 | 1101 | 11101100 | 1011101 | 101101 |
Color Harmonies of #0816DD
Complementary color
Monochromatic Colors of #0816DD
Black with #0816DD
Text Example
Text Example
White with #0816DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0816DD; }
p { color: rgb(8,22,221); }
H1.HeaderClassName
{
color: #0816DD;
}
.AnyTagClassName
{
color: #0816DD;
}
</style>
background-color css
<style>
a { background-color: #0816DD; }
a { background-color: rgb(8,22,221); }
div.DivClassName
{
background-color: #0816DD;
}
.BgClassName
{
background-color: #0816DD;
}
</style>
border-color css
<style>
span { border-color: #0816DD; }
span { border-color: rgb(8,22,221); }
td.TdClassName
{
border-color: #0816DD;
}
.TagClassName
{
border-color: #0816DD;
}
</style>