Shades of Blue #270FFF
Tints of Blue #270FFF
RGB
CMYK
RGB Variations
Color information
#270FFF (or 0x270FFF) is known color: Blue. HEX triplet: 27, 0F and FF. RGB value is (39,15,255). Sum of RGB (Red+Green+Blue) = 39+15+255=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #270FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270FFF is #D8F000. Grayscale: #303030. Windows color (decimal): -14217217 or 16715559. OLE color: 16715559.
HSL color Cylindrical-coordinate representation of color #270FFF: hue angle of 246º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270FFF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 15 | 255 | - |
| CMYK | 0.85 | 0.94 | 0 | 0 |
| HSL | 246º | 1% | 0.53% | - |
| HSV(B) | 246º | 0.94% | 1% | - |
| XYZ | 19.06 | 7.99 | 95.15 | - |
| YUV | 49.54 | 243.95 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 255 | 0.85 | 0.94 | 0 | 0 | 246 | 1 | 0.53 |
| Hex | 27 | F | FF | 55 | 5E | 0 | 0 | F6 | 64 | 35 |
| Octal | 47 | 17 | 377 | 125 | 136 | 0 | 0 | 366 | 144 | 65 |
| Binary | 100111 | 1111 | 11111111 | 1010101 | 1011110 | 0 | 0 | 11110110 | 1100100 | 110101 |
Color Harmonies of #270FFF
Complementary color
Monochromatic Colors of #270FFF
Black with #270FFF
Text Example
Text Example
White with #270FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FFF; }
p { color: rgb(39,15,255); }
H1.HeaderClassName
{
color: #270FFF;
}
.AnyTagClassName
{
color: #270FFF;
}
</style>
background-color css
<style>
a { background-color: #270FFF; }
a { background-color: rgb(39,15,255); }
div.DivClassName
{
background-color: #270FFF;
}
.BgClassName
{
background-color: #270FFF;
}
</style>
border-color css
<style>
span { border-color: #270FFF; }
span { border-color: rgb(39,15,255); }
td.TdClassName
{
border-color: #270FFF;
}
.TagClassName
{
border-color: #270FFF;
}
</style>