Shades of Blue #241CE8
Tints of Blue #241CE8
RGB
CMYK
RGB Variations
Color information
#241CE8 (or 0x241CE8) is known color: Blue. HEX triplet: 24, 1C and E8. RGB value is (36,28,232). Sum of RGB (Red+Green+Blue) = 36+28+232=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 232 (91.02% from 255 or 78.38% from 296); Max value from RGB is 232 - color contains mainly: blue. Hex color #241CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241CE8 is #DBE317. Grayscale: #343434. Windows color (decimal): -14410520 or 15211556. OLE color: 15211556.
HSL color Cylindrical-coordinate representation of color #241CE8: hue angle of 242.35º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241CE8 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 28 | 232 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.09 |
| HSL | 242.35º | 0.82% | 0.51% | - |
| HSV(B) | 242.35º | 0.88% | 0.91% | - |
| XYZ | 15.71 | 7.03 | 76.87 | - |
| YUV | 53.65 | 228.65 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 232 | 0.84 | 0.88 | 0 | 0.09 | 242.35 | 0.82 | 0.51 |
| Hex | 24 | 1C | E8 | 54 | 58 | 0 | 9 | F2 | 52 | 33 |
| Octal | 44 | 34 | 350 | 124 | 130 | 0 | 11 | 362 | 122 | 63 |
| Binary | 100100 | 11100 | 11101000 | 1010100 | 1011000 | 0 | 1001 | 11110010 | 1010010 | 110011 |
Color Harmonies of #241CE8
Complementary color
Monochromatic Colors of #241CE8
Black with #241CE8
Text Example
Text Example
White with #241CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241CE8; }
p { color: rgb(36,28,232); }
H1.HeaderClassName
{
color: #241CE8;
}
.AnyTagClassName
{
color: #241CE8;
}
</style>
background-color css
<style>
a { background-color: #241CE8; }
a { background-color: rgb(36,28,232); }
div.DivClassName
{
background-color: #241CE8;
}
.BgClassName
{
background-color: #241CE8;
}
</style>
border-color css
<style>
span { border-color: #241CE8; }
span { border-color: rgb(36,28,232); }
td.TdClassName
{
border-color: #241CE8;
}
.TagClassName
{
border-color: #241CE8;
}
</style>