Shades of Blue #241FE9
Tints of Blue #241FE9
RGB
CMYK
RGB Variations
Color information
#241FE9 (or 0x241FE9) is known color: Blue. HEX triplet: 24, 1F and E9. RGB value is (36,31,233). Sum of RGB (Red+Green+Blue) = 36+31+233=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 233 (91.41% from 255 or 77.67% from 300); Max value from RGB is 233 - color contains mainly: blue. Hex color #241FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241FE9 is #DBE016. Grayscale: #363636. Windows color (decimal): -14409751 or 15277860. OLE color: 15277860.
HSL color Cylindrical-coordinate representation of color #241FE9: hue angle of 241.49º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241FE9 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 31 | 233 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.09 |
| HSL | 241.49º | 0.82% | 0.52% | - |
| HSV(B) | 241.49º | 0.87% | 0.91% | - |
| XYZ | 15.93 | 7.24 | 77.65 | - |
| YUV | 55.52 | 228.16 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 233 | 0.85 | 0.87 | 0 | 0.09 | 241.49 | 0.82 | 0.52 |
| Hex | 24 | 1F | E9 | 55 | 57 | 0 | 9 | F1 | 52 | 34 |
| Octal | 44 | 37 | 351 | 125 | 127 | 0 | 11 | 361 | 122 | 64 |
| Binary | 100100 | 11111 | 11101001 | 1010101 | 1010111 | 0 | 1001 | 11110001 | 1010010 | 110100 |
Color Harmonies of #241FE9
Complementary color
Monochromatic Colors of #241FE9
Black with #241FE9
Text Example
Text Example
White with #241FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241FE9; }
p { color: rgb(36,31,233); }
H1.HeaderClassName
{
color: #241FE9;
}
.AnyTagClassName
{
color: #241FE9;
}
</style>
background-color css
<style>
a { background-color: #241FE9; }
a { background-color: rgb(36,31,233); }
div.DivClassName
{
background-color: #241FE9;
}
.BgClassName
{
background-color: #241FE9;
}
</style>
border-color css
<style>
span { border-color: #241FE9; }
span { border-color: rgb(36,31,233); }
td.TdClassName
{
border-color: #241FE9;
}
.TagClassName
{
border-color: #241FE9;
}
</style>