Shades of Blue #241DEE
Tints of Blue #241DEE
RGB
CMYK
RGB Variations
Color information
#241DEE (or 0x241DEE) is known color: Blue. HEX triplet: 24, 1D and EE. RGB value is (36,29,238). Sum of RGB (Red+Green+Blue) = 36+29+238=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #241DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241DEE is #DBE211. Grayscale: #363636. Windows color (decimal): -14410258 or 15605028. OLE color: 15605028.
HSL color Cylindrical-coordinate representation of color #241DEE: hue angle of 242.01º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241DEE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 29 | 238 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.07 |
| HSL | 242.01º | 0.86% | 0.52% | - |
| HSV(B) | 242.01º | 0.88% | 0.93% | - |
| XYZ | 16.6 | 7.43 | 81.45 | - |
| YUV | 54.92 | 231.32 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 238 | 0.85 | 0.88 | 0 | 0.07 | 242.01 | 0.86 | 0.52 |
| Hex | 24 | 1D | EE | 55 | 58 | 0 | 7 | F2 | 56 | 34 |
| Octal | 44 | 35 | 356 | 125 | 130 | 0 | 7 | 362 | 126 | 64 |
| Binary | 100100 | 11101 | 11101110 | 1010101 | 1011000 | 0 | 111 | 11110010 | 1010110 | 110100 |
Color Harmonies of #241DEE
Complementary color
Monochromatic Colors of #241DEE
Black with #241DEE
Text Example
Text Example
White with #241DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DEE; }
p { color: rgb(36,29,238); }
H1.HeaderClassName
{
color: #241DEE;
}
.AnyTagClassName
{
color: #241DEE;
}
</style>
background-color css
<style>
a { background-color: #241DEE; }
a { background-color: rgb(36,29,238); }
div.DivClassName
{
background-color: #241DEE;
}
.BgClassName
{
background-color: #241DEE;
}
</style>
border-color css
<style>
span { border-color: #241DEE; }
span { border-color: rgb(36,29,238); }
td.TdClassName
{
border-color: #241DEE;
}
.TagClassName
{
border-color: #241DEE;
}
</style>