Shades of Blue #0D24EA
Tints of Blue #0D24EA
RGB
CMYK
RGB Variations
Color information
#0D24EA (or 0x0D24EA) is known color: Blue. HEX triplet: 0D, 24 and EA. RGB value is (13,36,234). Sum of RGB (Red+Green+Blue) = 13+36+234=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D24EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D24EA is #F2DB15. Grayscale: #323232. Windows color (decimal): -15915798 or 15344653. OLE color: 15344653.
HSL color Cylindrical-coordinate representation of color #0D24EA: hue angle of 233.76º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D24EA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 36 | 234 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.08 |
| HSL | 233.76º | 0.89% | 0.48% | - |
| HSV(B) | 233.76º | 0.94% | 0.92% | - |
| XYZ | 15.65 | 7.29 | 78.42 | - |
| YUV | 51.7 | 230.88 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 234 | 0.94 | 0.85 | 0 | 0.08 | 233.76 | 0.89 | 0.48 |
| Hex | D | 24 | EA | 5E | 55 | 0 | 8 | EA | 59 | 30 |
| Octal | 15 | 44 | 352 | 136 | 125 | 0 | 10 | 352 | 131 | 60 |
| Binary | 1101 | 100100 | 11101010 | 1011110 | 1010101 | 0 | 1000 | 11101010 | 1011001 | 110000 |
Color Harmonies of #0D24EA
Complementary color
Monochromatic Colors of #0D24EA
Black with #0D24EA
Text Example
Text Example
White with #0D24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D24EA; }
p { color: rgb(13,36,234); }
H1.HeaderClassName
{
color: #0D24EA;
}
.AnyTagClassName
{
color: #0D24EA;
}
</style>
background-color css
<style>
a { background-color: #0D24EA; }
a { background-color: rgb(13,36,234); }
div.DivClassName
{
background-color: #0D24EA;
}
.BgClassName
{
background-color: #0D24EA;
}
</style>
border-color css
<style>
span { border-color: #0D24EA; }
span { border-color: rgb(13,36,234); }
td.TdClassName
{
border-color: #0D24EA;
}
.TagClassName
{
border-color: #0D24EA;
}
</style>