Shades of Medium Blue #0824DA
Tints of Medium Blue #0824DA
RGB
CMYK
RGB Variations
Color information
#0824DA (or 0x0824DA) is known color: Medium Blue. HEX triplet: 08, 24 and DA. RGB value is (8,36,218). Sum of RGB (Red+Green+Blue) = 8+36+218=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #0824DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824DA is #F7DB25. Grayscale: #2F2F2F. Windows color (decimal): -16243494 or 14296072. OLE color: 14296072.
HSL color Cylindrical-coordinate representation of color #0824DA: hue angle of 232º 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 #0824DA is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 36 | 218 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.15 |
| HSL | 232º | 0.93% | 0.44% | - |
| HSV(B) | 232º | 0.96% | 0.85% | - |
| XYZ | 13.39 | 6.38 | 66.85 | - |
| YUV | 48.38 | 223.72 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 218 | 0.96 | 0.83 | 0 | 0.15 | 232 | 0.93 | 0.44 |
| Hex | 8 | 24 | DA | 60 | 53 | 0 | F | E8 | 5D | 2C |
| Octal | 10 | 44 | 332 | 140 | 123 | 0 | 17 | 350 | 135 | 54 |
| Binary | 1000 | 100100 | 11011010 | 1100000 | 1010011 | 0 | 1111 | 11101000 | 1011101 | 101100 |
Color Harmonies of #0824DA
Complementary color
Monochromatic Colors of #0824DA
Black with #0824DA
Text Example
Text Example
White with #0824DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824DA; }
p { color: rgb(8,36,218); }
H1.HeaderClassName
{
color: #0824DA;
}
.AnyTagClassName
{
color: #0824DA;
}
</style>
background-color css
<style>
a { background-color: #0824DA; }
a { background-color: rgb(8,36,218); }
div.DivClassName
{
background-color: #0824DA;
}
.BgClassName
{
background-color: #0824DA;
}
</style>
border-color css
<style>
span { border-color: #0824DA; }
span { border-color: rgb(8,36,218); }
td.TdClassName
{
border-color: #0824DA;
}
.TagClassName
{
border-color: #0824DA;
}
</style>