Shades of Blue #2701EC
Tints of Blue #2701EC
RGB
CMYK
RGB Variations
Color information
#2701EC (or 0x2701EC) is known color: Blue. HEX triplet: 27, 01 and EC. RGB value is (39,1,236). Sum of RGB (Red+Green+Blue) = 39+1+236=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 236 (92.58% from 255 or 85.51% from 276); Max value from RGB is 236 - color contains mainly: blue. Hex color #2701EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2701EC is #D8FE13. Grayscale: #262626. Windows color (decimal): -14220820 or 15466791. OLE color: 15466791.
HSL color Cylindrical-coordinate representation of color #2701EC: hue angle of 249.7º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2701EC is Cyan = 0.83, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 1 | 236 | - |
| CMYK | 0.83 | 1.00 | 0 | 0.07 |
| HSL | 249.7º | 0.99% | 0.46% | - |
| HSV(B) | 249.7º | 1% | 0.93% | - |
| XYZ | 15.99 | 6.51 | 79.77 | - |
| YUV | 39.15 | 239.09 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 236 | 0.83 | 1.00 | 0 | 0.07 | 249.7 | 0.99 | 0.46 |
| Hex | 27 | 1 | EC | 53 | 64 | 0 | 7 | FA | 63 | 2E |
| Octal | 47 | 1 | 354 | 123 | 144 | 0 | 7 | 372 | 143 | 56 |
| Binary | 100111 | 1 | 11101100 | 1010011 | 1100100 | 0 | 111 | 11111010 | 1100011 | 101110 |
Color Harmonies of #2701EC
Complementary color
Monochromatic Colors of #2701EC
Black with #2701EC
Text Example
Text Example
White with #2701EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2701EC; }
p { color: rgb(39,1,236); }
H1.HeaderClassName
{
color: #2701EC;
}
.AnyTagClassName
{
color: #2701EC;
}
</style>
background-color css
<style>
a { background-color: #2701EC; }
a { background-color: rgb(39,1,236); }
div.DivClassName
{
background-color: #2701EC;
}
.BgClassName
{
background-color: #2701EC;
}
</style>
border-color css
<style>
span { border-color: #2701EC; }
span { border-color: rgb(39,1,236); }
td.TdClassName
{
border-color: #2701EC;
}
.TagClassName
{
border-color: #2701EC;
}
</style>