Shades of Blue #2601EE
Tints of Blue #2601EE
RGB
CMYK
RGB Variations
Color information
#2601EE (or 0x2601EE) is known color: Blue. HEX triplet: 26, 01 and EE. RGB value is (38,1,238). Sum of RGB (Red+Green+Blue) = 38+1+238=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 238 (93.36% from 255 or 85.92% from 277); Max value from RGB is 238 - color contains mainly: blue. Hex color #2601EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2601EE is #D9FE11. Grayscale: #262626. Windows color (decimal): -14286354 or 15597862. OLE color: 15597862.
HSL color Cylindrical-coordinate representation of color #2601EE: hue angle of 249.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2601EE is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 1 | 238 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.07 |
| HSL | 249.37º | 0.99% | 0.47% | - |
| HSV(B) | 249.37º | 1% | 0.93% | - |
| XYZ | 16.24 | 6.61 | 81.31 | - |
| YUV | 39.08 | 240.26 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 238 | 0.84 | 1.00 | 0 | 0.07 | 249.37 | 0.99 | 0.47 |
| Hex | 26 | 1 | EE | 54 | 64 | 0 | 7 | F9 | 63 | 2F |
| Octal | 46 | 1 | 356 | 124 | 144 | 0 | 7 | 371 | 143 | 57 |
| Binary | 100110 | 1 | 11101110 | 1010100 | 1100100 | 0 | 111 | 11111001 | 1100011 | 101111 |
Color Harmonies of #2601EE
Complementary color
Monochromatic Colors of #2601EE
Black with #2601EE
Text Example
Text Example
White with #2601EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2601EE; }
p { color: rgb(38,1,238); }
H1.HeaderClassName
{
color: #2601EE;
}
.AnyTagClassName
{
color: #2601EE;
}
</style>
background-color css
<style>
a { background-color: #2601EE; }
a { background-color: rgb(38,1,238); }
div.DivClassName
{
background-color: #2601EE;
}
.BgClassName
{
background-color: #2601EE;
}
</style>
border-color css
<style>
span { border-color: #2601EE; }
span { border-color: rgb(38,1,238); }
td.TdClassName
{
border-color: #2601EE;
}
.TagClassName
{
border-color: #2601EE;
}
</style>