Shades of Medium Blue #270FD6
Tints of Medium Blue #270FD6
RGB
CMYK
RGB Variations
Color information
#270FD6 (or 0x270FD6) is known color: Medium Blue. HEX triplet: 27, 0F and D6. RGB value is (39,15,214). Sum of RGB (Red+Green+Blue) = 39+15+214=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #270FD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FD6 is #D8F029. Grayscale: #2C2C2C. Windows color (decimal): -14217258 or 14028583. OLE color: 14028583.
HSL color Cylindrical-coordinate representation of color #270FD6: hue angle of 247.24º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270FD6 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 15 | 214 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.16 |
| HSL | 247.24º | 0.87% | 0.45% | - |
| HSV(B) | 247.24º | 0.93% | 0.84% | - |
| XYZ | 13.15 | 5.63 | 64.01 | - |
| YUV | 44.86 | 223.45 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 214 | 0.82 | 0.93 | 0 | 0.16 | 247.24 | 0.87 | 0.45 |
| Hex | 27 | F | D6 | 52 | 5D | 0 | 10 | F7 | 57 | 2D |
| Octal | 47 | 17 | 326 | 122 | 135 | 0 | 20 | 367 | 127 | 55 |
| Binary | 100111 | 1111 | 11010110 | 1010010 | 1011101 | 0 | 10000 | 11110111 | 1010111 | 101101 |
Color Harmonies of #270FD6
Complementary color
Monochromatic Colors of #270FD6
Black with #270FD6
Text Example
Text Example
White with #270FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FD6; }
p { color: rgb(39,15,214); }
H1.HeaderClassName
{
color: #270FD6;
}
.AnyTagClassName
{
color: #270FD6;
}
</style>
background-color css
<style>
a { background-color: #270FD6; }
a { background-color: rgb(39,15,214); }
div.DivClassName
{
background-color: #270FD6;
}
.BgClassName
{
background-color: #270FD6;
}
</style>
border-color css
<style>
span { border-color: #270FD6; }
span { border-color: rgb(39,15,214); }
td.TdClassName
{
border-color: #270FD6;
}
.TagClassName
{
border-color: #270FD6;
}
</style>