Shades of Medium Blue #0024CE
Tints of Medium Blue #0024CE
RGB
CMYK
RGB Variations
Color information
#0024CE (or 0x0024CE) is known color: Medium Blue. HEX triplet: 00, 24 and CE. RGB value is (0,36,206). Sum of RGB (Red+Green+Blue) = 0+36+206=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #0024CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024CE is #FFDB31. Grayscale: #2B2B2B. Windows color (decimal): -16767794 or 13509632. OLE color: 13509632.
HSL color Cylindrical-coordinate representation of color #0024CE: hue angle of 229.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024CE is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 36 | 206 | - |
| CMYK | 1 | 0.83 | 0 | 0.19 |
| HSL | 229.51º | 1% | 0.4% | - |
| HSV(B) | 229.51º | 1% | 0.81% | - |
| XYZ | 11.77 | 5.72 | 58.88 | - |
| YUV | 44.62 | 219.07 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 206 | 1 | 0.83 | 0 | 0.19 | 229.51 | 1 | 0.4 |
| Hex | 0 | 24 | CE | 64 | 53 | 0 | 13 | E6 | 64 | 28 |
| Octal | 0 | 44 | 316 | 144 | 123 | 0 | 23 | 346 | 144 | 50 |
| Binary | 0 | 100100 | 11001110 | 1100100 | 1010011 | 0 | 10011 | 11100110 | 1100100 | 101000 |
Color Harmonies of #0024CE
Complementary color
Monochromatic Colors of #0024CE
Black with #0024CE
Text Example
Text Example
White with #0024CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024CE; }
p { color: rgb(0,36,206); }
H1.HeaderClassName
{
color: #0024CE;
}
.AnyTagClassName
{
color: #0024CE;
}
</style>
background-color css
<style>
a { background-color: #0024CE; }
a { background-color: rgb(0,36,206); }
div.DivClassName
{
background-color: #0024CE;
}
.BgClassName
{
background-color: #0024CE;
}
</style>
border-color css
<style>
span { border-color: #0024CE; }
span { border-color: rgb(0,36,206); }
td.TdClassName
{
border-color: #0024CE;
}
.TagClassName
{
border-color: #0024CE;
}
</style>