Shades of Blue #270AF5
Tints of Blue #270AF5
RGB
CMYK
RGB Variations
Color information
#270AF5 (or 0x270AF5) is known color: Blue. HEX triplet: 27, 0A and F5. RGB value is (39,10,245). Sum of RGB (Red+Green+Blue) = 39+10+245=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 245 (96.09% from 255 or 83.33% from 294); Max value from RGB is 245 - color contains mainly: blue. Hex color #270AF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270AF5 is #D8F50A. Grayscale: #2C2C2C. Windows color (decimal): -14218507 or 16058919. OLE color: 16058919.
HSL color Cylindrical-coordinate representation of color #270AF5: hue angle of 247.4º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270AF5 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 10 | 245 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.04 |
| HSL | 247.4º | 0.92% | 0.5% | - |
| HSV(B) | 247.4º | 0.96% | 0.96% | - |
| XYZ | 17.43 | 7.24 | 86.87 | - |
| YUV | 45.46 | 240.61 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 245 | 0.84 | 0.96 | 0 | 0.04 | 247.4 | 0.92 | 0.5 |
| Hex | 27 | A | F5 | 54 | 60 | 0 | 4 | F7 | 5C | 32 |
| Octal | 47 | 12 | 365 | 124 | 140 | 0 | 4 | 367 | 134 | 62 |
| Binary | 100111 | 1010 | 11110101 | 1010100 | 1100000 | 0 | 100 | 11110111 | 1011100 | 110010 |
Color Harmonies of #270AF5
Complementary color
Monochromatic Colors of #270AF5
Black with #270AF5
Text Example
Text Example
White with #270AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270AF5; }
p { color: rgb(39,10,245); }
H1.HeaderClassName
{
color: #270AF5;
}
.AnyTagClassName
{
color: #270AF5;
}
</style>
background-color css
<style>
a { background-color: #270AF5; }
a { background-color: rgb(39,10,245); }
div.DivClassName
{
background-color: #270AF5;
}
.BgClassName
{
background-color: #270AF5;
}
</style>
border-color css
<style>
span { border-color: #270AF5; }
span { border-color: rgb(39,10,245); }
td.TdClassName
{
border-color: #270AF5;
}
.TagClassName
{
border-color: #270AF5;
}
</style>