Shades of Blue #241FED
Tints of Blue #241FED
RGB
CMYK
RGB Variations
Color information
#241FED (or 0x241FED) is known color: Blue. HEX triplet: 24, 1F and ED. RGB value is (36,31,237). Sum of RGB (Red+Green+Blue) = 36+31+237=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #241FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241FED is #DBE012. Grayscale: #373737. Windows color (decimal): -14409747 or 15540004. OLE color: 15540004.
HSL color Cylindrical-coordinate representation of color #241FED: hue angle of 241.46º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241FED is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 31 | 237 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.07 |
| HSL | 241.46º | 0.85% | 0.53% | - |
| HSV(B) | 241.46º | 0.87% | 0.93% | - |
| XYZ | 16.5 | 7.47 | 80.69 | - |
| YUV | 55.98 | 230.16 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 237 | 0.85 | 0.87 | 0 | 0.07 | 241.46 | 0.85 | 0.53 |
| Hex | 24 | 1F | ED | 55 | 57 | 0 | 7 | F1 | 55 | 35 |
| Octal | 44 | 37 | 355 | 125 | 127 | 0 | 7 | 361 | 125 | 65 |
| Binary | 100100 | 11111 | 11101101 | 1010101 | 1010111 | 0 | 111 | 11110001 | 1010101 | 110101 |
Color Harmonies of #241FED
Complementary color
Monochromatic Colors of #241FED
Black with #241FED
Text Example
Text Example
White with #241FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241FED; }
p { color: rgb(36,31,237); }
H1.HeaderClassName
{
color: #241FED;
}
.AnyTagClassName
{
color: #241FED;
}
</style>
background-color css
<style>
a { background-color: #241FED; }
a { background-color: rgb(36,31,237); }
div.DivClassName
{
background-color: #241FED;
}
.BgClassName
{
background-color: #241FED;
}
</style>
border-color css
<style>
span { border-color: #241FED; }
span { border-color: rgb(36,31,237); }
td.TdClassName
{
border-color: #241FED;
}
.TagClassName
{
border-color: #241FED;
}
</style>