Shades of Medium Blue #270FDB
Tints of Medium Blue #270FDB
RGB
CMYK
RGB Variations
Color information
#270FDB (or 0x270FDB) is known color: Medium Blue. HEX triplet: 27, 0F and DB. RGB value is (39,15,219). Sum of RGB (Red+Green+Blue) = 39+15+219=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #270FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FDB is #D8F024. Grayscale: #2C2C2C. Windows color (decimal): -14217253 or 14356263. OLE color: 14356263.
HSL color Cylindrical-coordinate representation of color #270FDB: hue angle of 247.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270FDB is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 15 | 219 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.14 |
| HSL | 247.06º | 0.87% | 0.46% | - |
| HSV(B) | 247.06º | 0.93% | 0.86% | - |
| XYZ | 13.79 | 5.89 | 67.43 | - |
| YUV | 45.43 | 225.95 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 219 | 0.82 | 0.93 | 0 | 0.14 | 247.06 | 0.87 | 0.46 |
| Hex | 27 | F | DB | 52 | 5D | 0 | E | F7 | 57 | 2E |
| Octal | 47 | 17 | 333 | 122 | 135 | 0 | 16 | 367 | 127 | 56 |
| Binary | 100111 | 1111 | 11011011 | 1010010 | 1011101 | 0 | 1110 | 11110111 | 1010111 | 101110 |
Color Harmonies of #270FDB
Complementary color
Monochromatic Colors of #270FDB
Black with #270FDB
Text Example
Text Example
White with #270FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FDB; }
p { color: rgb(39,15,219); }
H1.HeaderClassName
{
color: #270FDB;
}
.AnyTagClassName
{
color: #270FDB;
}
</style>
background-color css
<style>
a { background-color: #270FDB; }
a { background-color: rgb(39,15,219); }
div.DivClassName
{
background-color: #270FDB;
}
.BgClassName
{
background-color: #270FDB;
}
</style>
border-color css
<style>
span { border-color: #270FDB; }
span { border-color: rgb(39,15,219); }
td.TdClassName
{
border-color: #270FDB;
}
.TagClassName
{
border-color: #270FDB;
}
</style>