Shades of Medium Blue #270BBA
Tints of Medium Blue #270BBA
RGB
CMYK
RGB Variations
Color information
#270BBA (or 0x270BBA) is known color: Medium Blue. HEX triplet: 27, 0B and BA. RGB value is (39,11,186). Sum of RGB (Red+Green+Blue) = 39+11+186=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #270BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BBA is #D8F445. Grayscale: #262626. Windows color (decimal): -14218310 or 12192551. OLE color: 12192551.
HSL color Cylindrical-coordinate representation of color #270BBA: hue angle of 249.6º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270BBA is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 11 | 186 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.27 |
| HSL | 249.6º | 0.89% | 0.39% | - |
| HSV(B) | 249.6º | 0.94% | 0.73% | - |
| XYZ | 9.82 | 4.22 | 46.75 | - |
| YUV | 39.32 | 210.78 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 186 | 0.79 | 0.94 | 0 | 0.27 | 249.6 | 0.89 | 0.39 |
| Hex | 27 | B | BA | 4F | 5E | 0 | 1B | FA | 59 | 27 |
| Octal | 47 | 13 | 272 | 117 | 136 | 0 | 33 | 372 | 131 | 47 |
| Binary | 100111 | 1011 | 10111010 | 1001111 | 1011110 | 0 | 11011 | 11111010 | 1011001 | 100111 |
Color Harmonies of #270BBA
Complementary color
Monochromatic Colors of #270BBA
Black with #270BBA
Text Example
Text Example
White with #270BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BBA; }
p { color: rgb(39,11,186); }
H1.HeaderClassName
{
color: #270BBA;
}
.AnyTagClassName
{
color: #270BBA;
}
</style>
background-color css
<style>
a { background-color: #270BBA; }
a { background-color: rgb(39,11,186); }
div.DivClassName
{
background-color: #270BBA;
}
.BgClassName
{
background-color: #270BBA;
}
</style>
border-color css
<style>
span { border-color: #270BBA; }
span { border-color: rgb(39,11,186); }
td.TdClassName
{
border-color: #270BBA;
}
.TagClassName
{
border-color: #270BBA;
}
</style>