Shades of Blue #270EFA
Tints of Blue #270EFA
RGB
CMYK
RGB Variations
Color information
#270EFA (or 0x270EFA) is known color: Blue. HEX triplet: 27, 0E and FA. RGB value is (39,14,250). Sum of RGB (Red+Green+Blue) = 39+14+250=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #270EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270EFA is #D8F105. Grayscale: #2F2F2F. Windows color (decimal): -14217478 or 16387623. OLE color: 16387623.
HSL color Cylindrical-coordinate representation of color #270EFA: hue angle of 246.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270EFA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 14 | 250 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.02 |
| HSL | 246.36º | 0.96% | 0.52% | - |
| HSV(B) | 246.36º | 0.94% | 0.98% | - |
| XYZ | 18.25 | 7.65 | 90.96 | - |
| YUV | 48.38 | 241.78 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 250 | 0.84 | 0.94 | 0 | 0.02 | 246.36 | 0.96 | 0.52 |
| Hex | 27 | E | FA | 54 | 5E | 0 | 2 | F6 | 60 | 34 |
| Octal | 47 | 16 | 372 | 124 | 136 | 0 | 2 | 366 | 140 | 64 |
| Binary | 100111 | 1110 | 11111010 | 1010100 | 1011110 | 0 | 10 | 11110110 | 1100000 | 110100 |
Color Harmonies of #270EFA
Complementary color
Monochromatic Colors of #270EFA
Black with #270EFA
Text Example
Text Example
White with #270EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270EFA; }
p { color: rgb(39,14,250); }
H1.HeaderClassName
{
color: #270EFA;
}
.AnyTagClassName
{
color: #270EFA;
}
</style>
background-color css
<style>
a { background-color: #270EFA; }
a { background-color: rgb(39,14,250); }
div.DivClassName
{
background-color: #270EFA;
}
.BgClassName
{
background-color: #270EFA;
}
</style>
border-color css
<style>
span { border-color: #270EFA; }
span { border-color: rgb(39,14,250); }
td.TdClassName
{
border-color: #270EFA;
}
.TagClassName
{
border-color: #270EFA;
}
</style>