Shades of Blue #2411F1
Tints of Blue #2411F1
RGB
CMYK
RGB Variations
Color information
#2411F1 (or 0x2411F1) is known color: Blue. HEX triplet: 24, 11 and F1. RGB value is (36,17,241). Sum of RGB (Red+Green+Blue) = 36+17+241=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 241 (94.53% from 255 or 81.97% from 294); Max value from RGB is 241 - color contains mainly: blue. Hex color #2411F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2411F1 is #DBEE0E. Grayscale: #2F2F2F. Windows color (decimal): -14413327 or 15798564. OLE color: 15798564.
HSL color Cylindrical-coordinate representation of color #2411F1: hue angle of 245.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2411F1 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 17 | 241 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.05 |
| HSL | 245.09º | 0.89% | 0.51% | - |
| HSV(B) | 245.09º | 0.93% | 0.95% | - |
| XYZ | 16.81 | 7.13 | 83.71 | - |
| YUV | 48.22 | 236.79 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 241 | 0.85 | 0.93 | 0 | 0.05 | 245.09 | 0.89 | 0.51 |
| Hex | 24 | 11 | F1 | 55 | 5D | 0 | 5 | F5 | 59 | 33 |
| Octal | 44 | 21 | 361 | 125 | 135 | 0 | 5 | 365 | 131 | 63 |
| Binary | 100100 | 10001 | 11110001 | 1010101 | 1011101 | 0 | 101 | 11110101 | 1011001 | 110011 |
Color Harmonies of #2411F1
Complementary color
Monochromatic Colors of #2411F1
Black with #2411F1
Text Example
Text Example
White with #2411F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2411F1; }
p { color: rgb(36,17,241); }
H1.HeaderClassName
{
color: #2411F1;
}
.AnyTagClassName
{
color: #2411F1;
}
</style>
background-color css
<style>
a { background-color: #2411F1; }
a { background-color: rgb(36,17,241); }
div.DivClassName
{
background-color: #2411F1;
}
.BgClassName
{
background-color: #2411F1;
}
</style>
border-color css
<style>
span { border-color: #2411F1; }
span { border-color: rgb(36,17,241); }
td.TdClassName
{
border-color: #2411F1;
}
.TagClassName
{
border-color: #2411F1;
}
</style>