Shades of Medium Blue #270ABA
Tints of Medium Blue #270ABA
RGB
CMYK
RGB Variations
Color information
#270ABA (or 0x270ABA) is known color: Medium Blue. HEX triplet: 27, 0A and BA. RGB value is (39,10,186). Sum of RGB (Red+Green+Blue) = 39+10+186=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #270ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ABA is #D8F545. Grayscale: #262626. Windows color (decimal): -14218566 or 12192295. OLE color: 12192295.
HSL color Cylindrical-coordinate representation of color #270ABA: hue angle of 249.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270ABA is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 10 | 186 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.27 |
| HSL | 249.89º | 0.9% | 0.38% | - |
| HSV(B) | 249.89º | 0.95% | 0.73% | - |
| XYZ | 9.81 | 4.19 | 46.75 | - |
| YUV | 38.74 | 211.11 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 186 | 0.79 | 0.95 | 0 | 0.27 | 249.89 | 0.9 | 0.38 |
| Hex | 27 | A | BA | 4F | 5F | 0 | 1B | FA | 5A | 26 |
| Octal | 47 | 12 | 272 | 117 | 137 | 0 | 33 | 372 | 132 | 46 |
| Binary | 100111 | 1010 | 10111010 | 1001111 | 1011111 | 0 | 11011 | 11111010 | 1011010 | 100110 |
Color Harmonies of #270ABA
Complementary color
Monochromatic Colors of #270ABA
Black with #270ABA
Text Example
Text Example
White with #270ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270ABA; }
p { color: rgb(39,10,186); }
H1.HeaderClassName
{
color: #270ABA;
}
.AnyTagClassName
{
color: #270ABA;
}
</style>
background-color css
<style>
a { background-color: #270ABA; }
a { background-color: rgb(39,10,186); }
div.DivClassName
{
background-color: #270ABA;
}
.BgClassName
{
background-color: #270ABA;
}
</style>
border-color css
<style>
span { border-color: #270ABA; }
span { border-color: rgb(39,10,186); }
td.TdClassName
{
border-color: #270ABA;
}
.TagClassName
{
border-color: #270ABA;
}
</style>