Shades of Blue #2611FE
Tints of Blue #2611FE
RGB
CMYK
RGB Variations
Color information
#2611FE (or 0x2611FE) is known color: Blue. HEX triplet: 26, 11 and FE. RGB value is (38,17,254). Sum of RGB (Red+Green+Blue) = 38+17+254=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 254 (99.61% from 255 or 82.20% from 309); Max value from RGB is 254 - color contains mainly: blue. Hex color #2611FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2611FE is #D9EE01. Grayscale: #313131. Windows color (decimal): -14282242 or 16650534. OLE color: 16650534.
HSL color Cylindrical-coordinate representation of color #2611FE: hue angle of 245.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2611FE is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 17 | 254 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.00 |
| HSL | 245.32º | 0.99% | 0.53% | - |
| HSV(B) | 245.32º | 0.93% | 1% | - |
| XYZ | 18.89 | 7.97 | 94.31 | - |
| YUV | 50.3 | 242.96 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 254 | 0.85 | 0.93 | 0 | 0.00 | 245.32 | 0.99 | 0.53 |
| Hex | 26 | 11 | FE | 55 | 5D | 0 | 0 | F5 | 63 | 35 |
| Octal | 46 | 21 | 376 | 125 | 135 | 0 | 0 | 365 | 143 | 65 |
| Binary | 100110 | 10001 | 11111110 | 1010101 | 1011101 | 0 | 0 | 11110101 | 1100011 | 110101 |
Color Harmonies of #2611FE
Complementary color
Monochromatic Colors of #2611FE
Black with #2611FE
Text Example
Text Example
White with #2611FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2611FE; }
p { color: rgb(38,17,254); }
H1.HeaderClassName
{
color: #2611FE;
}
.AnyTagClassName
{
color: #2611FE;
}
</style>
background-color css
<style>
a { background-color: #2611FE; }
a { background-color: rgb(38,17,254); }
div.DivClassName
{
background-color: #2611FE;
}
.BgClassName
{
background-color: #2611FE;
}
</style>
border-color css
<style>
span { border-color: #2611FE; }
span { border-color: rgb(38,17,254); }
td.TdClassName
{
border-color: #2611FE;
}
.TagClassName
{
border-color: #2611FE;
}
</style>