Shades of Royal Blue #1456FA
Tints of Royal Blue #1456FA
RGB
CMYK
RGB Variations
Color information
#1456FA (or 0x1456FA) is known color: Royal Blue. HEX triplet: 14, 56 and FA. RGB value is (20,86,250). Sum of RGB (Red+Green+Blue) = 20+86+250=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1456FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1456FA is #EBA905. Grayscale: #545454. Windows color (decimal): -15444230 or 16406036. OLE color: 16406036.
HSL color Cylindrical-coordinate representation of color #1456FA: hue angle of 222.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1456FA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 86 | 250 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.02 |
| HSL | 222.78º | 0.96% | 0.53% | - |
| HSV(B) | 222.78º | 0.92% | 0.98% | - |
| XYZ | 20.87 | 13.71 | 91.99 | - |
| YUV | 84.96 | 221.13 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 250 | 0.92 | 0.66 | 0 | 0.02 | 222.78 | 0.96 | 0.53 |
| Hex | 14 | 56 | FA | 5C | 42 | 0 | 2 | DF | 60 | 35 |
| Octal | 24 | 126 | 372 | 134 | 102 | 0 | 2 | 337 | 140 | 65 |
| Binary | 10100 | 1010110 | 11111010 | 1011100 | 1000010 | 0 | 10 | 11011111 | 1100000 | 110101 |
Color Harmonies of #1456FA
Complementary color
Monochromatic Colors of #1456FA
Black with #1456FA
Text Example
Text Example
White with #1456FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1456FA; }
p { color: rgb(20,86,250); }
H1.HeaderClassName
{
color: #1456FA;
}
.AnyTagClassName
{
color: #1456FA;
}
</style>
background-color css
<style>
a { background-color: #1456FA; }
a { background-color: rgb(20,86,250); }
div.DivClassName
{
background-color: #1456FA;
}
.BgClassName
{
background-color: #1456FA;
}
</style>
border-color css
<style>
span { border-color: #1456FA; }
span { border-color: rgb(20,86,250); }
td.TdClassName
{
border-color: #1456FA;
}
.TagClassName
{
border-color: #1456FA;
}
</style>