Shades of Blue #241FEC
Tints of Blue #241FEC
RGB
CMYK
RGB Variations
Color information
#241FEC (or 0x241FEC) is known color: Blue. HEX triplet: 24, 1F and EC. RGB value is (36,31,236). Sum of RGB (Red+Green+Blue) = 36+31+236=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #241FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241FEC is #DBE013. Grayscale: #373737. Windows color (decimal): -14409748 or 15474468. OLE color: 15474468.
HSL color Cylindrical-coordinate representation of color #241FEC: hue angle of 241.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241FEC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 31 | 236 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.07 |
| HSL | 241.46º | 0.84% | 0.52% | - |
| HSV(B) | 241.46º | 0.87% | 0.93% | - |
| XYZ | 16.36 | 7.41 | 79.93 | - |
| YUV | 55.87 | 229.66 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 236 | 0.85 | 0.87 | 0 | 0.07 | 241.46 | 0.84 | 0.52 |
| Hex | 24 | 1F | EC | 55 | 57 | 0 | 7 | F1 | 54 | 34 |
| Octal | 44 | 37 | 354 | 125 | 127 | 0 | 7 | 361 | 124 | 64 |
| Binary | 100100 | 11111 | 11101100 | 1010101 | 1010111 | 0 | 111 | 11110001 | 1010100 | 110100 |
Color Harmonies of #241FEC
Complementary color
Monochromatic Colors of #241FEC
Black with #241FEC
Text Example
Text Example
White with #241FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241FEC; }
p { color: rgb(36,31,236); }
H1.HeaderClassName
{
color: #241FEC;
}
.AnyTagClassName
{
color: #241FEC;
}
</style>
background-color css
<style>
a { background-color: #241FEC; }
a { background-color: rgb(36,31,236); }
div.DivClassName
{
background-color: #241FEC;
}
.BgClassName
{
background-color: #241FEC;
}
</style>
border-color css
<style>
span { border-color: #241FEC; }
span { border-color: rgb(36,31,236); }
td.TdClassName
{
border-color: #241FEC;
}
.TagClassName
{
border-color: #241FEC;
}
</style>