Shades of Blue #2413FF
Tints of Blue #2413FF
RGB
CMYK
RGB Variations
Color information
#2413FF (or 0x2413FF) is known color: Blue. HEX triplet: 24, 13 and FF. RGB value is (36,19,255). Sum of RGB (Red+Green+Blue) = 36+19+255=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #2413FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2413FF is #DBEC00. Grayscale: #323232. Windows color (decimal): -14412801 or 16716580. OLE color: 16716580.
HSL color Cylindrical-coordinate representation of color #2413FF: hue angle of 244.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2413FF is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 19 | 255 | - |
| CMYK | 0.86 | 0.93 | 0 | 0 |
| HSL | 244.32º | 1% | 0.54% | - |
| HSV(B) | 244.32º | 0.93% | 1% | - |
| XYZ | 19.01 | 8.06 | 95.16 | - |
| YUV | 50.99 | 243.13 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 255 | 0.86 | 0.93 | 0 | 0 | 244.32 | 1 | 0.54 |
| Hex | 24 | 13 | FF | 56 | 5D | 0 | 0 | F4 | 64 | 36 |
| Octal | 44 | 23 | 377 | 126 | 135 | 0 | 0 | 364 | 144 | 66 |
| Binary | 100100 | 10011 | 11111111 | 1010110 | 1011101 | 0 | 0 | 11110100 | 1100100 | 110110 |
Color Harmonies of #2413FF
Complementary color
Monochromatic Colors of #2413FF
Black with #2413FF
Text Example
Text Example
White with #2413FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2413FF; }
p { color: rgb(36,19,255); }
H1.HeaderClassName
{
color: #2413FF;
}
.AnyTagClassName
{
color: #2413FF;
}
</style>
background-color css
<style>
a { background-color: #2413FF; }
a { background-color: rgb(36,19,255); }
div.DivClassName
{
background-color: #2413FF;
}
.BgClassName
{
background-color: #2413FF;
}
</style>
border-color css
<style>
span { border-color: #2413FF; }
span { border-color: rgb(36,19,255); }
td.TdClassName
{
border-color: #2413FF;
}
.TagClassName
{
border-color: #2413FF;
}
</style>