Shades of Blue #241BEE
Tints of Blue #241BEE
RGB
CMYK
RGB Variations
Color information
#241BEE (or 0x241BEE) is known color: Blue. HEX triplet: 24, 1B and EE. RGB value is (36,27,238). Sum of RGB (Red+Green+Blue) = 36+27+238=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #241BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241BEE is #DBE411. Grayscale: #343434. Windows color (decimal): -14410770 or 15604516. OLE color: 15604516.
HSL color Cylindrical-coordinate representation of color #241BEE: hue angle of 242.56º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241BEE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 27 | 238 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.07 |
| HSL | 242.56º | 0.86% | 0.52% | - |
| HSV(B) | 242.56º | 0.89% | 0.93% | - |
| XYZ | 16.55 | 7.33 | 81.43 | - |
| YUV | 53.75 | 231.98 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 238 | 0.85 | 0.89 | 0 | 0.07 | 242.56 | 0.86 | 0.52 |
| Hex | 24 | 1B | EE | 55 | 59 | 0 | 7 | F3 | 56 | 34 |
| Octal | 44 | 33 | 356 | 125 | 131 | 0 | 7 | 363 | 126 | 64 |
| Binary | 100100 | 11011 | 11101110 | 1010101 | 1011001 | 0 | 111 | 11110011 | 1010110 | 110100 |
Color Harmonies of #241BEE
Complementary color
Monochromatic Colors of #241BEE
Black with #241BEE
Text Example
Text Example
White with #241BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BEE; }
p { color: rgb(36,27,238); }
H1.HeaderClassName
{
color: #241BEE;
}
.AnyTagClassName
{
color: #241BEE;
}
</style>
background-color css
<style>
a { background-color: #241BEE; }
a { background-color: rgb(36,27,238); }
div.DivClassName
{
background-color: #241BEE;
}
.BgClassName
{
background-color: #241BEE;
}
</style>
border-color css
<style>
span { border-color: #241BEE; }
span { border-color: rgb(36,27,238); }
td.TdClassName
{
border-color: #241BEE;
}
.TagClassName
{
border-color: #241BEE;
}
</style>