Shades of Blue #270FF6
Tints of Blue #270FF6
RGB
CMYK
RGB Variations
Color information
#270FF6 (or 0x270FF6) is known color: Blue. HEX triplet: 27, 0F and F6. RGB value is (39,15,246). Sum of RGB (Red+Green+Blue) = 39+15+246=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 246 (96.48% from 255 or 82% from 300); Max value from RGB is 246 - color contains mainly: blue. Hex color #270FF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270FF6 is #D8F009. Grayscale: #2F2F2F. Windows color (decimal): -14217226 or 16125735. OLE color: 16125735.
HSL color Cylindrical-coordinate representation of color #270FF6: hue angle of 246.23º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270FF6 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 15 | 246 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.04 |
| HSL | 246.23º | 0.93% | 0.51% | - |
| HSV(B) | 246.23º | 0.94% | 0.96% | - |
| XYZ | 17.64 | 7.43 | 87.69 | - |
| YUV | 48.51 | 239.45 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 246 | 0.84 | 0.94 | 0 | 0.04 | 246.23 | 0.93 | 0.51 |
| Hex | 27 | F | F6 | 54 | 5E | 0 | 4 | F6 | 5D | 33 |
| Octal | 47 | 17 | 366 | 124 | 136 | 0 | 4 | 366 | 135 | 63 |
| Binary | 100111 | 1111 | 11110110 | 1010100 | 1011110 | 0 | 100 | 11110110 | 1011101 | 110011 |
Color Harmonies of #270FF6
Complementary color
Monochromatic Colors of #270FF6
Black with #270FF6
Text Example
Text Example
White with #270FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FF6; }
p { color: rgb(39,15,246); }
H1.HeaderClassName
{
color: #270FF6;
}
.AnyTagClassName
{
color: #270FF6;
}
</style>
background-color css
<style>
a { background-color: #270FF6; }
a { background-color: rgb(39,15,246); }
div.DivClassName
{
background-color: #270FF6;
}
.BgClassName
{
background-color: #270FF6;
}
</style>
border-color css
<style>
span { border-color: #270FF6; }
span { border-color: rgb(39,15,246); }
td.TdClassName
{
border-color: #270FF6;
}
.TagClassName
{
border-color: #270FF6;
}
</style>