Shades of Royal Blue #1456FE
Tints of Royal Blue #1456FE
RGB
CMYK
RGB Variations
Color information
#1456FE (or 0x1456FE) is known color: Royal Blue. HEX triplet: 14, 56 and FE. RGB value is (20,86,254). Sum of RGB (Red+Green+Blue) = 20+86+254=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #1456FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1456FE is #EBA901. Grayscale: #545454. Windows color (decimal): -15444226 or 16668180. OLE color: 16668180.
HSL color Cylindrical-coordinate representation of color #1456FE: hue angle of 223.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1456FE is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 86 | 254 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.00 |
| HSL | 223.08º | 0.99% | 0.54% | - |
| HSV(B) | 223.08º | 0.92% | 1% | - |
| XYZ | 21.51 | 13.96 | 95.33 | - |
| YUV | 85.42 | 223.13 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 254 | 0.92 | 0.66 | 0 | 0.00 | 223.08 | 0.99 | 0.54 |
| Hex | 14 | 56 | FE | 5C | 42 | 0 | 0 | DF | 63 | 36 |
| Octal | 24 | 126 | 376 | 134 | 102 | 0 | 0 | 337 | 143 | 66 |
| Binary | 10100 | 1010110 | 11111110 | 1011100 | 1000010 | 0 | 0 | 11011111 | 1100011 | 110110 |
Color Harmonies of #1456FE
Complementary color
Monochromatic Colors of #1456FE
Black with #1456FE
Text Example
Text Example
White with #1456FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1456FE; }
p { color: rgb(20,86,254); }
H1.HeaderClassName
{
color: #1456FE;
}
.AnyTagClassName
{
color: #1456FE;
}
</style>
background-color css
<style>
a { background-color: #1456FE; }
a { background-color: rgb(20,86,254); }
div.DivClassName
{
background-color: #1456FE;
}
.BgClassName
{
background-color: #1456FE;
}
</style>
border-color css
<style>
span { border-color: #1456FE; }
span { border-color: rgb(20,86,254); }
td.TdClassName
{
border-color: #1456FE;
}
.TagClassName
{
border-color: #1456FE;
}
</style>