Shades of Blue #2412FF
Tints of Blue #2412FF
RGB
CMYK
RGB Variations
Color information
#2412FF (or 0x2412FF) is known color: Blue. HEX triplet: 24, 12 and FF. RGB value is (36,18,255). Sum of RGB (Red+Green+Blue) = 36+18+255=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #2412FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2412FF is #DBED00. Grayscale: #313131. Windows color (decimal): -14413057 or 16716324. OLE color: 16716324.
HSL color Cylindrical-coordinate representation of color #2412FF: hue angle of 244.56º 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 #2412FF is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 18 | 255 | - |
| CMYK | 0.86 | 0.93 | 0 | 0 |
| HSL | 244.56º | 1% | 0.54% | - |
| HSV(B) | 244.56º | 0.93% | 1% | - |
| XYZ | 18.99 | 8.03 | 95.16 | - |
| YUV | 50.4 | 243.46 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 255 | 0.86 | 0.93 | 0 | 0 | 244.56 | 1 | 0.54 |
| Hex | 24 | 12 | FF | 56 | 5D | 0 | 0 | F5 | 64 | 36 |
| Octal | 44 | 22 | 377 | 126 | 135 | 0 | 0 | 365 | 144 | 66 |
| Binary | 100100 | 10010 | 11111111 | 1010110 | 1011101 | 0 | 0 | 11110101 | 1100100 | 110110 |
Color Harmonies of #2412FF
Complementary color
Monochromatic Colors of #2412FF
Black with #2412FF
Text Example
Text Example
White with #2412FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2412FF; }
p { color: rgb(36,18,255); }
H1.HeaderClassName
{
color: #2412FF;
}
.AnyTagClassName
{
color: #2412FF;
}
</style>
background-color css
<style>
a { background-color: #2412FF; }
a { background-color: rgb(36,18,255); }
div.DivClassName
{
background-color: #2412FF;
}
.BgClassName
{
background-color: #2412FF;
}
</style>
border-color css
<style>
span { border-color: #2412FF; }
span { border-color: rgb(36,18,255); }
td.TdClassName
{
border-color: #2412FF;
}
.TagClassName
{
border-color: #2412FF;
}
</style>