Shades of Blue #2410EE
Tints of Blue #2410EE
RGB
CMYK
RGB Variations
Color information
#2410EE (or 0x2410EE) is known color: Blue. HEX triplet: 24, 10 and EE. RGB value is (36,16,238). Sum of RGB (Red+Green+Blue) = 36+16+238=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #2410EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2410EE is #DBEF11. Grayscale: #2E2E2E. Windows color (decimal): -14413586 or 15601700. OLE color: 15601700.
HSL color Cylindrical-coordinate representation of color #2410EE: hue angle of 245.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2410EE is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 16 | 238 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.07 |
| HSL | 245.41º | 0.87% | 0.5% | - |
| HSV(B) | 245.41º | 0.93% | 0.93% | - |
| XYZ | 16.35 | 6.92 | 81.36 | - |
| YUV | 47.29 | 235.63 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 238 | 0.85 | 0.93 | 0 | 0.07 | 245.41 | 0.87 | 0.5 |
| Hex | 24 | 10 | EE | 55 | 5D | 0 | 7 | F5 | 57 | 32 |
| Octal | 44 | 20 | 356 | 125 | 135 | 0 | 7 | 365 | 127 | 62 |
| Binary | 100100 | 10000 | 11101110 | 1010101 | 1011101 | 0 | 111 | 11110101 | 1010111 | 110010 |
Color Harmonies of #2410EE
Complementary color
Monochromatic Colors of #2410EE
Black with #2410EE
Text Example
Text Example
White with #2410EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2410EE; }
p { color: rgb(36,16,238); }
H1.HeaderClassName
{
color: #2410EE;
}
.AnyTagClassName
{
color: #2410EE;
}
</style>
background-color css
<style>
a { background-color: #2410EE; }
a { background-color: rgb(36,16,238); }
div.DivClassName
{
background-color: #2410EE;
}
.BgClassName
{
background-color: #2410EE;
}
</style>
border-color css
<style>
span { border-color: #2410EE; }
span { border-color: rgb(36,16,238); }
td.TdClassName
{
border-color: #2410EE;
}
.TagClassName
{
border-color: #2410EE;
}
</style>