Shades of Blue #0D24FA
Tints of Blue #0D24FA
RGB
CMYK
RGB Variations
Color information
#0D24FA (or 0x0D24FA) is known color: Blue. HEX triplet: 0D, 24 and FA. RGB value is (13,36,250). Sum of RGB (Red+Green+Blue) = 13+36+250=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 250 (98.05% from 255 or 83.61% from 299); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D24FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D24FA is #F2DB05. Grayscale: #343434. Windows color (decimal): -15915782 or 16393229. OLE color: 16393229.
HSL color Cylindrical-coordinate representation of color #0D24FA: hue angle of 234.18º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D24FA is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 36 | 250 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.02 |
| HSL | 234.18º | 0.96% | 0.52% | - |
| HSV(B) | 234.18º | 0.95% | 0.98% | - |
| XYZ | 18.05 | 8.25 | 91.08 | - |
| YUV | 53.52 | 238.88 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 250 | 0.95 | 0.86 | 0 | 0.02 | 234.18 | 0.96 | 0.52 |
| Hex | D | 24 | FA | 5F | 56 | 0 | 2 | EA | 60 | 34 |
| Octal | 15 | 44 | 372 | 137 | 126 | 0 | 2 | 352 | 140 | 64 |
| Binary | 1101 | 100100 | 11111010 | 1011111 | 1010110 | 0 | 10 | 11101010 | 1100000 | 110100 |
Color Harmonies of #0D24FA
Complementary color
Monochromatic Colors of #0D24FA
Black with #0D24FA
Text Example
Text Example
White with #0D24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D24FA; }
p { color: rgb(13,36,250); }
H1.HeaderClassName
{
color: #0D24FA;
}
.AnyTagClassName
{
color: #0D24FA;
}
</style>
background-color css
<style>
a { background-color: #0D24FA; }
a { background-color: rgb(13,36,250); }
div.DivClassName
{
background-color: #0D24FA;
}
.BgClassName
{
background-color: #0D24FA;
}
</style>
border-color css
<style>
span { border-color: #0D24FA; }
span { border-color: rgb(13,36,250); }
td.TdClassName
{
border-color: #0D24FA;
}
.TagClassName
{
border-color: #0D24FA;
}
</style>