Shades of Blue #241EE8
Tints of Blue #241EE8
RGB
CMYK
RGB Variations
Color information
#241EE8 (or 0x241EE8) is known color: Blue. HEX triplet: 24, 1E and E8. RGB value is (36,30,232). Sum of RGB (Red+Green+Blue) = 36+30+232=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 232 (91.02% from 255 or 77.85% from 298); Max value from RGB is 232 - color contains mainly: blue. Hex color #241EE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241EE8 is #DBE117. Grayscale: #363636. Windows color (decimal): -14410008 or 15212068. OLE color: 15212068.
HSL color Cylindrical-coordinate representation of color #241EE8: hue angle of 241.78º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241EE8 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 30 | 232 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.09 |
| HSL | 241.78º | 0.81% | 0.51% | - |
| HSV(B) | 241.78º | 0.87% | 0.91% | - |
| XYZ | 15.76 | 7.13 | 76.89 | - |
| YUV | 54.82 | 227.99 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 232 | 0.84 | 0.87 | 0 | 0.09 | 241.78 | 0.81 | 0.51 |
| Hex | 24 | 1E | E8 | 54 | 57 | 0 | 9 | F2 | 51 | 33 |
| Octal | 44 | 36 | 350 | 124 | 127 | 0 | 11 | 362 | 121 | 63 |
| Binary | 100100 | 11110 | 11101000 | 1010100 | 1010111 | 0 | 1001 | 11110010 | 1010001 | 110011 |
Color Harmonies of #241EE8
Complementary color
Monochromatic Colors of #241EE8
Black with #241EE8
Text Example
Text Example
White with #241EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241EE8; }
p { color: rgb(36,30,232); }
H1.HeaderClassName
{
color: #241EE8;
}
.AnyTagClassName
{
color: #241EE8;
}
</style>
background-color css
<style>
a { background-color: #241EE8; }
a { background-color: rgb(36,30,232); }
div.DivClassName
{
background-color: #241EE8;
}
.BgClassName
{
background-color: #241EE8;
}
</style>
border-color css
<style>
span { border-color: #241EE8; }
span { border-color: rgb(36,30,232); }
td.TdClassName
{
border-color: #241EE8;
}
.TagClassName
{
border-color: #241EE8;
}
</style>