Shades of Blue #241EEB
Tints of Blue #241EEB
RGB
CMYK
RGB Variations
Color information
#241EEB (or 0x241EEB) is known color: Blue. HEX triplet: 24, 1E and EB. RGB value is (36,30,235). Sum of RGB (Red+Green+Blue) = 36+30+235=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #241EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241EEB is #DBE114. Grayscale: #363636. Windows color (decimal): -14410005 or 15408676. OLE color: 15408676.
HSL color Cylindrical-coordinate representation of color #241EEB: hue angle of 241.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241EEB is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 30 | 235 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.08 |
| HSL | 241.76º | 0.84% | 0.52% | - |
| HSV(B) | 241.76º | 0.87% | 0.92% | - |
| XYZ | 16.19 | 7.3 | 79.15 | - |
| YUV | 55.16 | 229.49 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 235 | 0.85 | 0.87 | 0 | 0.08 | 241.76 | 0.84 | 0.52 |
| Hex | 24 | 1E | EB | 55 | 57 | 0 | 8 | F2 | 54 | 34 |
| Octal | 44 | 36 | 353 | 125 | 127 | 0 | 10 | 362 | 124 | 64 |
| Binary | 100100 | 11110 | 11101011 | 1010101 | 1010111 | 0 | 1000 | 11110010 | 1010100 | 110100 |
Color Harmonies of #241EEB
Complementary color
Monochromatic Colors of #241EEB
Black with #241EEB
Text Example
Text Example
White with #241EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241EEB; }
p { color: rgb(36,30,235); }
H1.HeaderClassName
{
color: #241EEB;
}
.AnyTagClassName
{
color: #241EEB;
}
</style>
background-color css
<style>
a { background-color: #241EEB; }
a { background-color: rgb(36,30,235); }
div.DivClassName
{
background-color: #241EEB;
}
.BgClassName
{
background-color: #241EEB;
}
</style>
border-color css
<style>
span { border-color: #241EEB; }
span { border-color: rgb(36,30,235); }
td.TdClassName
{
border-color: #241EEB;
}
.TagClassName
{
border-color: #241EEB;
}
</style>