Shades of Medium Blue #270ABB
Tints of Medium Blue #270ABB
RGB
CMYK
RGB Variations
Color information
#270ABB (or 0x270ABB) is known color: Medium Blue. HEX triplet: 27, 0A and BB. RGB value is (39,10,187). Sum of RGB (Red+Green+Blue) = 39+10+187=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #270ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ABB is #D8F544. Grayscale: #262626. Windows color (decimal): -14218565 or 12257831. OLE color: 12257831.
HSL color Cylindrical-coordinate representation of color #270ABB: hue angle of 249.83º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270ABB is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 10 | 187 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.27 |
| HSL | 249.83º | 0.9% | 0.39% | - |
| HSV(B) | 249.83º | 0.95% | 0.73% | - |
| XYZ | 9.91 | 4.24 | 47.31 | - |
| YUV | 38.85 | 211.61 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 187 | 0.79 | 0.95 | 0 | 0.27 | 249.83 | 0.9 | 0.39 |
| Hex | 27 | A | BB | 4F | 5F | 0 | 1B | FA | 5A | 27 |
| Octal | 47 | 12 | 273 | 117 | 137 | 0 | 33 | 372 | 132 | 47 |
| Binary | 100111 | 1010 | 10111011 | 1001111 | 1011111 | 0 | 11011 | 11111010 | 1011010 | 100111 |
Color Harmonies of #270ABB
Complementary color
Monochromatic Colors of #270ABB
Black with #270ABB
Text Example
Text Example
White with #270ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270ABB; }
p { color: rgb(39,10,187); }
H1.HeaderClassName
{
color: #270ABB;
}
.AnyTagClassName
{
color: #270ABB;
}
</style>
background-color css
<style>
a { background-color: #270ABB; }
a { background-color: rgb(39,10,187); }
div.DivClassName
{
background-color: #270ABB;
}
.BgClassName
{
background-color: #270ABB;
}
</style>
border-color css
<style>
span { border-color: #270ABB; }
span { border-color: rgb(39,10,187); }
td.TdClassName
{
border-color: #270ABB;
}
.TagClassName
{
border-color: #270ABB;
}
</style>