Shades of Blue #2700EF
Tints of Blue #2700EF
RGB
CMYK
RGB Variations
Color information
#2700EF (or 0x2700EF) is known color: Blue. HEX triplet: 27, 00 and EF. RGB value is (39,0,239). Sum of RGB (Red+Green+Blue) = 39+0+239=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #2700EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2700EF is #D8FF10. Grayscale: #252525. Windows color (decimal): -14221073 or 15663143. OLE color: 15663143.
HSL color Cylindrical-coordinate representation of color #2700EF: hue angle of 249.79º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2700EF is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 0 | 239 | - |
| CMYK | 0.84 | 1 | 0 | 0.06 |
| HSL | 249.79º | 1% | 0.47% | - |
| HSV(B) | 249.79º | 1% | 0.94% | - |
| XYZ | 16.42 | 6.66 | 82.08 | - |
| YUV | 38.91 | 240.92 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 239 | 0.84 | 1 | 0 | 0.06 | 249.79 | 1 | 0.47 |
| Hex | 27 | 0 | EF | 54 | 64 | 0 | 6 | FA | 64 | 2F |
| Octal | 47 | 0 | 357 | 124 | 144 | 0 | 6 | 372 | 144 | 57 |
| Binary | 100111 | 0 | 11101111 | 1010100 | 1100100 | 0 | 110 | 11111010 | 1100100 | 101111 |
Color Harmonies of #2700EF
Complementary color
Monochromatic Colors of #2700EF
Black with #2700EF
Text Example
Text Example
White with #2700EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2700EF; }
p { color: rgb(39,0,239); }
H1.HeaderClassName
{
color: #2700EF;
}
.AnyTagClassName
{
color: #2700EF;
}
</style>
background-color css
<style>
a { background-color: #2700EF; }
a { background-color: rgb(39,0,239); }
div.DivClassName
{
background-color: #2700EF;
}
.BgClassName
{
background-color: #2700EF;
}
</style>
border-color css
<style>
span { border-color: #2700EF; }
span { border-color: rgb(39,0,239); }
td.TdClassName
{
border-color: #2700EF;
}
.TagClassName
{
border-color: #2700EF;
}
</style>