Shades of Blue #2611F1
Tints of Blue #2611F1
RGB
CMYK
RGB Variations
Color information
#2611F1 (or 0x2611F1) is known color: Blue. HEX triplet: 26, 11 and F1. RGB value is (38,17,241). Sum of RGB (Red+Green+Blue) = 38+17+241=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 241 (94.53% from 255 or 81.42% from 296); Max value from RGB is 241 - color contains mainly: blue. Hex color #2611F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2611F1 is #D9EE0E. Grayscale: #2F2F2F. Windows color (decimal): -14282255 or 15798566. OLE color: 15798566.
HSL color Cylindrical-coordinate representation of color #2611F1: hue angle of 245.62º 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 #2611F1 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 17 | 241 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.05 |
| HSL | 245.63º | 0.89% | 0.51% | - |
| HSV(B) | 245.63º | 0.93% | 0.95% | - |
| XYZ | 16.88 | 7.16 | 83.71 | - |
| YUV | 48.82 | 236.46 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 241 | 0.84 | 0.93 | 0 | 0.05 | 245.63 | 0.89 | 0.51 |
| Hex | 26 | 11 | F1 | 54 | 5D | 0 | 5 | F6 | 59 | 33 |
| Octal | 46 | 21 | 361 | 124 | 135 | 0 | 5 | 366 | 131 | 63 |
| Binary | 100110 | 10001 | 11110001 | 1010100 | 1011101 | 0 | 101 | 11110110 | 1011001 | 110011 |
Color Harmonies of #2611F1
Complementary color
Monochromatic Colors of #2611F1
Black with #2611F1
Text Example
Text Example
White with #2611F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2611F1; }
p { color: rgb(38,17,241); }
H1.HeaderClassName
{
color: #2611F1;
}
.AnyTagClassName
{
color: #2611F1;
}
</style>
background-color css
<style>
a { background-color: #2611F1; }
a { background-color: rgb(38,17,241); }
div.DivClassName
{
background-color: #2611F1;
}
.BgClassName
{
background-color: #2611F1;
}
</style>
border-color css
<style>
span { border-color: #2611F1; }
span { border-color: rgb(38,17,241); }
td.TdClassName
{
border-color: #2611F1;
}
.TagClassName
{
border-color: #2611F1;
}
</style>