Shades of Blue #270AF8
Tints of Blue #270AF8
RGB
CMYK
RGB Variations
Color information
#270AF8 (or 0x270AF8) is known color: Blue. HEX triplet: 27, 0A and F8. RGB value is (39,10,248). Sum of RGB (Red+Green+Blue) = 39+10+248=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 248 (97.27% from 255 or 83.50% from 297); Max value from RGB is 248 - color contains mainly: blue. Hex color #270AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270AF8 is #D8F507. Grayscale: #2C2C2C. Windows color (decimal): -14218504 or 16255527. OLE color: 16255527.
HSL color Cylindrical-coordinate representation of color #270AF8: hue angle of 247.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270AF8 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 10 | 248 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.03 |
| HSL | 247.31º | 0.94% | 0.51% | - |
| HSV(B) | 247.31º | 0.96% | 0.97% | - |
| XYZ | 17.89 | 7.43 | 89.3 | - |
| YUV | 45.8 | 242.11 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 248 | 0.84 | 0.96 | 0 | 0.03 | 247.31 | 0.94 | 0.51 |
| Hex | 27 | A | F8 | 54 | 60 | 0 | 3 | F7 | 5E | 33 |
| Octal | 47 | 12 | 370 | 124 | 140 | 0 | 3 | 367 | 136 | 63 |
| Binary | 100111 | 1010 | 11111000 | 1010100 | 1100000 | 0 | 11 | 11110111 | 1011110 | 110011 |
Color Harmonies of #270AF8
Complementary color
Monochromatic Colors of #270AF8
Black with #270AF8
Text Example
Text Example
White with #270AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270AF8; }
p { color: rgb(39,10,248); }
H1.HeaderClassName
{
color: #270AF8;
}
.AnyTagClassName
{
color: #270AF8;
}
</style>
background-color css
<style>
a { background-color: #270AF8; }
a { background-color: rgb(39,10,248); }
div.DivClassName
{
background-color: #270AF8;
}
.BgClassName
{
background-color: #270AF8;
}
</style>
border-color css
<style>
span { border-color: #270AF8; }
span { border-color: rgb(39,10,248); }
td.TdClassName
{
border-color: #270AF8;
}
.TagClassName
{
border-color: #270AF8;
}
</style>