Shades of Medium Blue #270DBE
Tints of Medium Blue #270DBE
RGB
CMYK
RGB Variations
Color information
#270DBE (or 0x270DBE) is known color: Medium Blue. HEX triplet: 27, 0D and BE. RGB value is (39,13,190). Sum of RGB (Red+Green+Blue) = 39+13+190=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #270DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DBE is #D8F241. Grayscale: #282828. Windows color (decimal): -14217794 or 12455207. OLE color: 12455207.
HSL color Cylindrical-coordinate representation of color #270DBE: hue angle of 248.81º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270DBE is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 13 | 190 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.25 |
| HSL | 248.81º | 0.87% | 0.4% | - |
| HSV(B) | 248.81º | 0.93% | 0.75% | - |
| XYZ | 10.27 | 4.44 | 49.03 | - |
| YUV | 40.95 | 212.11 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 190 | 0.79 | 0.93 | 0 | 0.25 | 248.81 | 0.87 | 0.4 |
| Hex | 27 | D | BE | 4F | 5D | 0 | 19 | F9 | 57 | 28 |
| Octal | 47 | 15 | 276 | 117 | 135 | 0 | 31 | 371 | 127 | 50 |
| Binary | 100111 | 1101 | 10111110 | 1001111 | 1011101 | 0 | 11001 | 11111001 | 1010111 | 101000 |
Color Harmonies of #270DBE
Complementary color
Monochromatic Colors of #270DBE
Black with #270DBE
Text Example
Text Example
White with #270DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DBE; }
p { color: rgb(39,13,190); }
H1.HeaderClassName
{
color: #270DBE;
}
.AnyTagClassName
{
color: #270DBE;
}
</style>
background-color css
<style>
a { background-color: #270DBE; }
a { background-color: rgb(39,13,190); }
div.DivClassName
{
background-color: #270DBE;
}
.BgClassName
{
background-color: #270DBE;
}
</style>
border-color css
<style>
span { border-color: #270DBE; }
span { border-color: rgb(39,13,190); }
td.TdClassName
{
border-color: #270DBE;
}
.TagClassName
{
border-color: #270DBE;
}
</style>