Shades of Medium Blue #270BBE
Tints of Medium Blue #270BBE
RGB
CMYK
RGB Variations
Color information
#270BBE (or 0x270BBE) is known color: Medium Blue. HEX triplet: 27, 0B and BE. RGB value is (39,11,190). Sum of RGB (Red+Green+Blue) = 39+11+190=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #270BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BBE is #D8F441. Grayscale: #272727. Windows color (decimal): -14218306 or 12454695. OLE color: 12454695.
HSL color Cylindrical-coordinate representation of color #270BBE: hue angle of 249.39º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270BBE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 11 | 190 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.25 |
| HSL | 249.39º | 0.89% | 0.39% | - |
| HSV(B) | 249.39º | 0.94% | 0.75% | - |
| XYZ | 10.25 | 4.39 | 49.02 | - |
| YUV | 39.78 | 212.78 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 190 | 0.79 | 0.94 | 0 | 0.25 | 249.39 | 0.89 | 0.39 |
| Hex | 27 | B | BE | 4F | 5E | 0 | 19 | F9 | 59 | 27 |
| Octal | 47 | 13 | 276 | 117 | 136 | 0 | 31 | 371 | 131 | 47 |
| Binary | 100111 | 1011 | 10111110 | 1001111 | 1011110 | 0 | 11001 | 11111001 | 1011001 | 100111 |
Color Harmonies of #270BBE
Complementary color
Monochromatic Colors of #270BBE
Black with #270BBE
Text Example
Text Example
White with #270BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BBE; }
p { color: rgb(39,11,190); }
H1.HeaderClassName
{
color: #270BBE;
}
.AnyTagClassName
{
color: #270BBE;
}
</style>
background-color css
<style>
a { background-color: #270BBE; }
a { background-color: rgb(39,11,190); }
div.DivClassName
{
background-color: #270BBE;
}
.BgClassName
{
background-color: #270BBE;
}
</style>
border-color css
<style>
span { border-color: #270BBE; }
span { border-color: rgb(39,11,190); }
td.TdClassName
{
border-color: #270BBE;
}
.TagClassName
{
border-color: #270BBE;
}
</style>