Shades of Blue #2410EC
Tints of Blue #2410EC
RGB
CMYK
RGB Variations
Color information
#2410EC (or 0x2410EC) is known color: Blue. HEX triplet: 24, 10 and EC. RGB value is (36,16,236). Sum of RGB (Red+Green+Blue) = 36+16+236=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #2410EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2410EC is #DBEF13. Grayscale: #2E2E2E. Windows color (decimal): -14413588 or 15470628. OLE color: 15470628.
HSL color Cylindrical-coordinate representation of color #2410EC: hue angle of 245.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2410EC is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 16 | 236 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.07 |
| HSL | 245.45º | 0.87% | 0.49% | - |
| HSV(B) | 245.45º | 0.93% | 0.93% | - |
| XYZ | 16.05 | 6.8 | 79.82 | - |
| YUV | 47.06 | 234.63 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 236 | 0.85 | 0.93 | 0 | 0.07 | 245.45 | 0.87 | 0.49 |
| Hex | 24 | 10 | EC | 55 | 5D | 0 | 7 | F5 | 57 | 31 |
| Octal | 44 | 20 | 354 | 125 | 135 | 0 | 7 | 365 | 127 | 61 |
| Binary | 100100 | 10000 | 11101100 | 1010101 | 1011101 | 0 | 111 | 11110101 | 1010111 | 110001 |
Color Harmonies of #2410EC
Complementary color
Monochromatic Colors of #2410EC
Black with #2410EC
Text Example
Text Example
White with #2410EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2410EC; }
p { color: rgb(36,16,236); }
H1.HeaderClassName
{
color: #2410EC;
}
.AnyTagClassName
{
color: #2410EC;
}
</style>
background-color css
<style>
a { background-color: #2410EC; }
a { background-color: rgb(36,16,236); }
div.DivClassName
{
background-color: #2410EC;
}
.BgClassName
{
background-color: #2410EC;
}
</style>
border-color css
<style>
span { border-color: #2410EC; }
span { border-color: rgb(36,16,236); }
td.TdClassName
{
border-color: #2410EC;
}
.TagClassName
{
border-color: #2410EC;
}
</style>