Shades of Medium Blue #270ECE
Tints of Medium Blue #270ECE
RGB
CMYK
RGB Variations
Color information
#270ECE (or 0x270ECE) is known color: Medium Blue. HEX triplet: 27, 0E and CE. RGB value is (39,14,206). Sum of RGB (Red+Green+Blue) = 39+14+206=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #270ECE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ECE is #D8F131. Grayscale: #2A2A2A. Windows color (decimal): -14217522 or 13504039. OLE color: 13504039.
HSL color Cylindrical-coordinate representation of color #270ECE: hue angle of 247.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270ECE is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 14 | 206 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.19 |
| HSL | 247.81º | 0.87% | 0.43% | - |
| HSV(B) | 247.81º | 0.93% | 0.81% | - |
| XYZ | 12.13 | 5.2 | 58.76 | - |
| YUV | 43.36 | 219.78 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 206 | 0.81 | 0.93 | 0 | 0.19 | 247.81 | 0.87 | 0.43 |
| Hex | 27 | E | CE | 51 | 5D | 0 | 13 | F8 | 57 | 2B |
| Octal | 47 | 16 | 316 | 121 | 135 | 0 | 23 | 370 | 127 | 53 |
| Binary | 100111 | 1110 | 11001110 | 1010001 | 1011101 | 0 | 10011 | 11111000 | 1010111 | 101011 |
Color Harmonies of #270ECE
Complementary color
Monochromatic Colors of #270ECE
Black with #270ECE
Text Example
Text Example
White with #270ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270ECE; }
p { color: rgb(39,14,206); }
H1.HeaderClassName
{
color: #270ECE;
}
.AnyTagClassName
{
color: #270ECE;
}
</style>
background-color css
<style>
a { background-color: #270ECE; }
a { background-color: rgb(39,14,206); }
div.DivClassName
{
background-color: #270ECE;
}
.BgClassName
{
background-color: #270ECE;
}
</style>
border-color css
<style>
span { border-color: #270ECE; }
span { border-color: rgb(39,14,206); }
td.TdClassName
{
border-color: #270ECE;
}
.TagClassName
{
border-color: #270ECE;
}
</style>