Shades of Medium Blue #270DBA
Tints of Medium Blue #270DBA
RGB
CMYK
RGB Variations
Color information
#270DBA (or 0x270DBA) is known color: Medium Blue. HEX triplet: 27, 0D and BA. RGB value is (39,13,186). Sum of RGB (Red+Green+Blue) = 39+13+186=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #270DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DBA is #D8F245. Grayscale: #272727. Windows color (decimal): -14217798 or 12193063. OLE color: 12193063.
HSL color Cylindrical-coordinate representation of color #270DBA: hue angle of 249.02º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270DBA is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 13 | 186 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.27 |
| HSL | 249.02º | 0.87% | 0.39% | - |
| HSV(B) | 249.02º | 0.93% | 0.73% | - |
| XYZ | 9.84 | 4.26 | 46.76 | - |
| YUV | 40.5 | 210.11 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 186 | 0.79 | 0.93 | 0 | 0.27 | 249.02 | 0.87 | 0.39 |
| Hex | 27 | D | BA | 4F | 5D | 0 | 1B | F9 | 57 | 27 |
| Octal | 47 | 15 | 272 | 117 | 135 | 0 | 33 | 371 | 127 | 47 |
| Binary | 100111 | 1101 | 10111010 | 1001111 | 1011101 | 0 | 11011 | 11111001 | 1010111 | 100111 |
Color Harmonies of #270DBA
Complementary color
Monochromatic Colors of #270DBA
Black with #270DBA
Text Example
Text Example
White with #270DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DBA; }
p { color: rgb(39,13,186); }
H1.HeaderClassName
{
color: #270DBA;
}
.AnyTagClassName
{
color: #270DBA;
}
</style>
background-color css
<style>
a { background-color: #270DBA; }
a { background-color: rgb(39,13,186); }
div.DivClassName
{
background-color: #270DBA;
}
.BgClassName
{
background-color: #270DBA;
}
</style>
border-color css
<style>
span { border-color: #270DBA; }
span { border-color: rgb(39,13,186); }
td.TdClassName
{
border-color: #270DBA;
}
.TagClassName
{
border-color: #270DBA;
}
</style>