Shades of Medium Blue #0024DB
Tints of Medium Blue #0024DB
RGB
CMYK
RGB Variations
Color information
#0024DB (or 0x0024DB) is known color: Medium Blue. HEX triplet: 00, 24 and DB. RGB value is (0,36,219). Sum of RGB (Red+Green+Blue) = 0+36+219=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #0024DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024DB is #FFDB24. Grayscale: #2D2D2D. Windows color (decimal): -16767781 or 14361600. OLE color: 14361600.
HSL color Cylindrical-coordinate representation of color #0024DB: hue angle of 230.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024DB is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 36 | 219 | - |
| CMYK | 1 | 0.84 | 0 | 0.14 |
| HSL | 230.14º | 1% | 0.43% | - |
| HSV(B) | 230.14º | 1% | 0.86% | - |
| XYZ | 13.42 | 6.38 | 67.54 | - |
| YUV | 46.1 | 225.57 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 219 | 1 | 0.84 | 0 | 0.14 | 230.14 | 1 | 0.43 |
| Hex | 0 | 24 | DB | 64 | 54 | 0 | E | E6 | 64 | 2B |
| Octal | 0 | 44 | 333 | 144 | 124 | 0 | 16 | 346 | 144 | 53 |
| Binary | 0 | 100100 | 11011011 | 1100100 | 1010100 | 0 | 1110 | 11100110 | 1100100 | 101011 |
Color Harmonies of #0024DB
Complementary color
Monochromatic Colors of #0024DB
Black with #0024DB
Text Example
Text Example
White with #0024DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024DB; }
p { color: rgb(0,36,219); }
H1.HeaderClassName
{
color: #0024DB;
}
.AnyTagClassName
{
color: #0024DB;
}
</style>
background-color css
<style>
a { background-color: #0024DB; }
a { background-color: rgb(0,36,219); }
div.DivClassName
{
background-color: #0024DB;
}
.BgClassName
{
background-color: #0024DB;
}
</style>
border-color css
<style>
span { border-color: #0024DB; }
span { border-color: rgb(0,36,219); }
td.TdClassName
{
border-color: #0024DB;
}
.TagClassName
{
border-color: #0024DB;
}
</style>