Shades of Medium Blue #2707E1
Tints of Medium Blue #2707E1
RGB
CMYK
RGB Variations
Color information
#2707E1 (or 0x2707E1) is known color: Medium Blue. HEX triplet: 27, 07 and E1. RGB value is (39,7,225). Sum of RGB (Red+Green+Blue) = 39+7+225=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 225 (88.28% from 255 or 83.03% from 271); Max value from RGB is 225 - color contains mainly: blue. Hex color #2707E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2707E1 is #D8F81E. Grayscale: #282828. Windows color (decimal): -14219295 or 14747431. OLE color: 14747431.
HSL color Cylindrical-coordinate representation of color #2707E1: hue angle of 248.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2707E1 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 7 | 225 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.12 |
| HSL | 248.81º | 0.94% | 0.45% | - |
| HSV(B) | 248.81º | 0.97% | 0.88% | - |
| XYZ | 14.5 | 6.02 | 71.63 | - |
| YUV | 41.42 | 231.6 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 225 | 0.83 | 0.97 | 0 | 0.12 | 248.81 | 0.94 | 0.45 |
| Hex | 27 | 7 | E1 | 53 | 61 | 0 | C | F9 | 5E | 2D |
| Octal | 47 | 7 | 341 | 123 | 141 | 0 | 14 | 371 | 136 | 55 |
| Binary | 100111 | 111 | 11100001 | 1010011 | 1100001 | 0 | 1100 | 11111001 | 1011110 | 101101 |
Color Harmonies of #2707E1
Complementary color
Monochromatic Colors of #2707E1
Black with #2707E1
Text Example
Text Example
White with #2707E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2707E1; }
p { color: rgb(39,7,225); }
H1.HeaderClassName
{
color: #2707E1;
}
.AnyTagClassName
{
color: #2707E1;
}
</style>
background-color css
<style>
a { background-color: #2707E1; }
a { background-color: rgb(39,7,225); }
div.DivClassName
{
background-color: #2707E1;
}
.BgClassName
{
background-color: #2707E1;
}
</style>
border-color css
<style>
span { border-color: #2707E1; }
span { border-color: rgb(39,7,225); }
td.TdClassName
{
border-color: #2707E1;
}
.TagClassName
{
border-color: #2707E1;
}
</style>