Shades of Medium Blue #270EDB
Tints of Medium Blue #270EDB
RGB
CMYK
RGB Variations
Color information
#270EDB (or 0x270EDB) is known color: Medium Blue. HEX triplet: 27, 0E and DB. RGB value is (39,14,219). Sum of RGB (Red+Green+Blue) = 39+14+219=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #270EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270EDB is #D8F124. Grayscale: #2C2C2C. Windows color (decimal): -14217509 or 14356007. OLE color: 14356007.
HSL color Cylindrical-coordinate representation of color #270EDB: hue angle of 247.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270EDB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 14 | 219 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.14 |
| HSL | 247.32º | 0.88% | 0.46% | - |
| HSV(B) | 247.32º | 0.94% | 0.86% | - |
| XYZ | 13.78 | 5.86 | 67.42 | - |
| YUV | 44.85 | 226.28 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 219 | 0.82 | 0.94 | 0 | 0.14 | 247.32 | 0.88 | 0.46 |
| Hex | 27 | E | DB | 52 | 5E | 0 | E | F7 | 58 | 2E |
| Octal | 47 | 16 | 333 | 122 | 136 | 0 | 16 | 367 | 130 | 56 |
| Binary | 100111 | 1110 | 11011011 | 1010010 | 1011110 | 0 | 1110 | 11110111 | 1011000 | 101110 |
Color Harmonies of #270EDB
Complementary color
Monochromatic Colors of #270EDB
Black with #270EDB
Text Example
Text Example
White with #270EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270EDB; }
p { color: rgb(39,14,219); }
H1.HeaderClassName
{
color: #270EDB;
}
.AnyTagClassName
{
color: #270EDB;
}
</style>
background-color css
<style>
a { background-color: #270EDB; }
a { background-color: rgb(39,14,219); }
div.DivClassName
{
background-color: #270EDB;
}
.BgClassName
{
background-color: #270EDB;
}
</style>
border-color css
<style>
span { border-color: #270EDB; }
span { border-color: rgb(39,14,219); }
td.TdClassName
{
border-color: #270EDB;
}
.TagClassName
{
border-color: #270EDB;
}
</style>