Shades of Blue #2412EA
Tints of Blue #2412EA
RGB
CMYK
RGB Variations
Color information
#2412EA (or 0x2412EA) is known color: Blue. HEX triplet: 24, 12 and EA. RGB value is (36,18,234). Sum of RGB (Red+Green+Blue) = 36+18+234=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 234 (91.80% from 255 or 81.25% from 288); Max value from RGB is 234 - color contains mainly: blue. Hex color #2412EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2412EA is #DBED15. Grayscale: #2F2F2F. Windows color (decimal): -14413078 or 15340068. OLE color: 15340068.
HSL color Cylindrical-coordinate representation of color #2412EA: hue angle of 245º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2412EA is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 18 | 234 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.08 |
| HSL | 245º | 0.86% | 0.49% | - |
| HSV(B) | 245º | 0.92% | 0.92% | - |
| XYZ | 15.8 | 6.75 | 78.31 | - |
| YUV | 48.01 | 232.96 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 234 | 0.85 | 0.92 | 0 | 0.08 | 245 | 0.86 | 0.49 |
| Hex | 24 | 12 | EA | 55 | 5C | 0 | 8 | F5 | 56 | 31 |
| Octal | 44 | 22 | 352 | 125 | 134 | 0 | 10 | 365 | 126 | 61 |
| Binary | 100100 | 10010 | 11101010 | 1010101 | 1011100 | 0 | 1000 | 11110101 | 1010110 | 110001 |
Color Harmonies of #2412EA
Complementary color
Monochromatic Colors of #2412EA
Black with #2412EA
Text Example
Text Example
White with #2412EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2412EA; }
p { color: rgb(36,18,234); }
H1.HeaderClassName
{
color: #2412EA;
}
.AnyTagClassName
{
color: #2412EA;
}
</style>
background-color css
<style>
a { background-color: #2412EA; }
a { background-color: rgb(36,18,234); }
div.DivClassName
{
background-color: #2412EA;
}
.BgClassName
{
background-color: #2412EA;
}
</style>
border-color css
<style>
span { border-color: #2412EA; }
span { border-color: rgb(36,18,234); }
td.TdClassName
{
border-color: #2412EA;
}
.TagClassName
{
border-color: #2412EA;
}
</style>