Shades of Medium Blue #270BD8
Tints of Medium Blue #270BD8
RGB
CMYK
RGB Variations
Color information
#270BD8 (or 0x270BD8) is known color: Medium Blue. HEX triplet: 27, 0B and D8. RGB value is (39,11,216). Sum of RGB (Red+Green+Blue) = 39+11+216=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 216 (84.77% from 255 or 81.20% from 266); Max value from RGB is 216 - color contains mainly: blue. Hex color #270BD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BD8 is #D8F427. Grayscale: #292929. Windows color (decimal): -14218280 or 14158631. OLE color: 14158631.
HSL color Cylindrical-coordinate representation of color #270BD8: hue angle of 248.2º 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 #270BD8 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 11 | 216 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.15 |
| HSL | 248.2º | 0.9% | 0.45% | - |
| HSV(B) | 248.2º | 0.95% | 0.85% | - |
| XYZ | 13.35 | 5.63 | 65.35 | - |
| YUV | 42.74 | 225.78 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 216 | 0.82 | 0.95 | 0 | 0.15 | 248.2 | 0.9 | 0.45 |
| Hex | 27 | B | D8 | 52 | 5F | 0 | F | F8 | 5A | 2D |
| Octal | 47 | 13 | 330 | 122 | 137 | 0 | 17 | 370 | 132 | 55 |
| Binary | 100111 | 1011 | 11011000 | 1010010 | 1011111 | 0 | 1111 | 11111000 | 1011010 | 101101 |
Color Harmonies of #270BD8
Complementary color
Monochromatic Colors of #270BD8
Black with #270BD8
Text Example
Text Example
White with #270BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BD8; }
p { color: rgb(39,11,216); }
H1.HeaderClassName
{
color: #270BD8;
}
.AnyTagClassName
{
color: #270BD8;
}
</style>
background-color css
<style>
a { background-color: #270BD8; }
a { background-color: rgb(39,11,216); }
div.DivClassName
{
background-color: #270BD8;
}
.BgClassName
{
background-color: #270BD8;
}
</style>
border-color css
<style>
span { border-color: #270BD8; }
span { border-color: rgb(39,11,216); }
td.TdClassName
{
border-color: #270BD8;
}
.TagClassName
{
border-color: #270BD8;
}
</style>