Shades of Medium Blue #0024DF
Tints of Medium Blue #0024DF
RGB
CMYK
RGB Variations
Color information
#0024DF (or 0x0024DF) is known color: Medium Blue. HEX triplet: 00, 24 and DF. RGB value is (0,36,223). Sum of RGB (Red+Green+Blue) = 0+36+223=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #0024DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024DF is #FFDB20. Grayscale: #2D2D2D. Windows color (decimal): -16767777 or 14623744. OLE color: 14623744.
HSL color Cylindrical-coordinate representation of color #0024DF: hue angle of 230.31º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024DF is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 36 | 223 | - |
| CMYK | 1 | 0.84 | 0 | 0.13 |
| HSL | 230.31º | 1% | 0.44% | - |
| HSV(B) | 230.31º | 1% | 0.87% | - |
| XYZ | 13.95 | 6.59 | 70.35 | - |
| YUV | 46.55 | 227.57 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 223 | 1 | 0.84 | 0 | 0.13 | 230.31 | 1 | 0.44 |
| Hex | 0 | 24 | DF | 64 | 54 | 0 | D | E6 | 64 | 2C |
| Octal | 0 | 44 | 337 | 144 | 124 | 0 | 15 | 346 | 144 | 54 |
| Binary | 0 | 100100 | 11011111 | 1100100 | 1010100 | 0 | 1101 | 11100110 | 1100100 | 101100 |
Color Harmonies of #0024DF
Complementary color
Monochromatic Colors of #0024DF
Black with #0024DF
Text Example
Text Example
White with #0024DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024DF; }
p { color: rgb(0,36,223); }
H1.HeaderClassName
{
color: #0024DF;
}
.AnyTagClassName
{
color: #0024DF;
}
</style>
background-color css
<style>
a { background-color: #0024DF; }
a { background-color: rgb(0,36,223); }
div.DivClassName
{
background-color: #0024DF;
}
.BgClassName
{
background-color: #0024DF;
}
</style>
border-color css
<style>
span { border-color: #0024DF; }
span { border-color: rgb(0,36,223); }
td.TdClassName
{
border-color: #0024DF;
}
.TagClassName
{
border-color: #0024DF;
}
</style>