Shades of Blue #2701EE
Tints of Blue #2701EE
RGB
CMYK
RGB Variations
Color information
#2701EE (or 0x2701EE) is known color: Blue. HEX triplet: 27, 01 and EE. RGB value is (39,1,238). Sum of RGB (Red+Green+Blue) = 39+1+238=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 238 (93.36% from 255 or 85.61% from 278); Max value from RGB is 238 - color contains mainly: blue. Hex color #2701EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2701EE is #D8FE11. Grayscale: #262626. Windows color (decimal): -14220818 or 15597863. OLE color: 15597863.
HSL color Cylindrical-coordinate representation of color #2701EE: hue angle of 249.62º 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 #2701EE is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 1 | 238 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.07 |
| HSL | 249.62º | 0.99% | 0.47% | - |
| HSV(B) | 249.62º | 1% | 0.93% | - |
| XYZ | 16.28 | 6.63 | 81.31 | - |
| YUV | 39.38 | 240.09 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 238 | 0.84 | 1.00 | 0 | 0.07 | 249.62 | 0.99 | 0.47 |
| Hex | 27 | 1 | EE | 54 | 64 | 0 | 7 | FA | 63 | 2F |
| Octal | 47 | 1 | 356 | 124 | 144 | 0 | 7 | 372 | 143 | 57 |
| Binary | 100111 | 1 | 11101110 | 1010100 | 1100100 | 0 | 111 | 11111010 | 1100011 | 101111 |
Color Harmonies of #2701EE
Complementary color
Monochromatic Colors of #2701EE
Black with #2701EE
Text Example
Text Example
White with #2701EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2701EE; }
p { color: rgb(39,1,238); }
H1.HeaderClassName
{
color: #2701EE;
}
.AnyTagClassName
{
color: #2701EE;
}
</style>
background-color css
<style>
a { background-color: #2701EE; }
a { background-color: rgb(39,1,238); }
div.DivClassName
{
background-color: #2701EE;
}
.BgClassName
{
background-color: #2701EE;
}
</style>
border-color css
<style>
span { border-color: #2701EE; }
span { border-color: rgb(39,1,238); }
td.TdClassName
{
border-color: #2701EE;
}
.TagClassName
{
border-color: #2701EE;
}
</style>