Shades of Medium Blue #0824DD
Tints of Medium Blue #0824DD
RGB
CMYK
RGB Variations
Color information
#0824DD (or 0x0824DD) is known color: Medium Blue. HEX triplet: 08, 24 and DD. RGB value is (8,36,221). Sum of RGB (Red+Green+Blue) = 8+36+221=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #0824DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824DD is #F7DB22. Grayscale: #2F2F2F. Windows color (decimal): -16243491 or 14492680. OLE color: 14492680.
HSL color Cylindrical-coordinate representation of color #0824DD: hue angle of 232.11º 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 #0824DD is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 36 | 221 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.13 |
| HSL | 232.11º | 0.93% | 0.45% | - |
| HSV(B) | 232.11º | 0.96% | 0.87% | - |
| XYZ | 13.78 | 6.53 | 68.94 | - |
| YUV | 48.72 | 225.22 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 221 | 0.96 | 0.84 | 0 | 0.13 | 232.11 | 0.93 | 0.45 |
| Hex | 8 | 24 | DD | 60 | 54 | 0 | D | E8 | 5D | 2D |
| Octal | 10 | 44 | 335 | 140 | 124 | 0 | 15 | 350 | 135 | 55 |
| Binary | 1000 | 100100 | 11011101 | 1100000 | 1010100 | 0 | 1101 | 11101000 | 1011101 | 101101 |
Color Harmonies of #0824DD
Complementary color
Monochromatic Colors of #0824DD
Black with #0824DD
Text Example
Text Example
White with #0824DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824DD; }
p { color: rgb(8,36,221); }
H1.HeaderClassName
{
color: #0824DD;
}
.AnyTagClassName
{
color: #0824DD;
}
</style>
background-color css
<style>
a { background-color: #0824DD; }
a { background-color: rgb(8,36,221); }
div.DivClassName
{
background-color: #0824DD;
}
.BgClassName
{
background-color: #0824DD;
}
</style>
border-color css
<style>
span { border-color: #0824DD; }
span { border-color: rgb(8,36,221); }
td.TdClassName
{
border-color: #0824DD;
}
.TagClassName
{
border-color: #0824DD;
}
</style>