Shades of Medium Blue #270BDA
Tints of Medium Blue #270BDA
RGB
CMYK
RGB Variations
Color information
#270BDA (or 0x270BDA) is known color: Medium Blue. HEX triplet: 27, 0B and DA. RGB value is (39,11,218). Sum of RGB (Red+Green+Blue) = 39+11+218=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #270BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BDA is #D8F425. Grayscale: #2A2A2A. Windows color (decimal): -14218278 or 14289703. OLE color: 14289703.
HSL color Cylindrical-coordinate representation of color #270BDA: hue angle of 248.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270BDA is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 11 | 218 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.15 |
| HSL | 248.12º | 0.9% | 0.45% | - |
| HSV(B) | 248.12º | 0.95% | 0.85% | - |
| XYZ | 13.61 | 5.73 | 66.72 | - |
| YUV | 42.97 | 226.78 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 218 | 0.82 | 0.95 | 0 | 0.15 | 248.12 | 0.9 | 0.45 |
| Hex | 27 | B | DA | 52 | 5F | 0 | F | F8 | 5A | 2D |
| Octal | 47 | 13 | 332 | 122 | 137 | 0 | 17 | 370 | 132 | 55 |
| Binary | 100111 | 1011 | 11011010 | 1010010 | 1011111 | 0 | 1111 | 11111000 | 1011010 | 101101 |
Color Harmonies of #270BDA
Complementary color
Monochromatic Colors of #270BDA
Black with #270BDA
Text Example
Text Example
White with #270BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BDA; }
p { color: rgb(39,11,218); }
H1.HeaderClassName
{
color: #270BDA;
}
.AnyTagClassName
{
color: #270BDA;
}
</style>
background-color css
<style>
a { background-color: #270BDA; }
a { background-color: rgb(39,11,218); }
div.DivClassName
{
background-color: #270BDA;
}
.BgClassName
{
background-color: #270BDA;
}
</style>
border-color css
<style>
span { border-color: #270BDA; }
span { border-color: rgb(39,11,218); }
td.TdClassName
{
border-color: #270BDA;
}
.TagClassName
{
border-color: #270BDA;
}
</style>