Shades of Royal Blue #1456FD
Tints of Royal Blue #1456FD
RGB
CMYK
RGB Variations
Color information
#1456FD (or 0x1456FD) is known color: Royal Blue. HEX triplet: 14, 56 and FD. RGB value is (20,86,253). Sum of RGB (Red+Green+Blue) = 20+86+253=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #1456FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1456FD is #EBA902. Grayscale: #545454. Windows color (decimal): -15444227 or 16602644. OLE color: 16602644.
HSL color Cylindrical-coordinate representation of color #1456FD: hue angle of 223º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1456FD is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 86 | 253 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.01 |
| HSL | 223º | 0.98% | 0.54% | - |
| HSV(B) | 223º | 0.92% | 0.99% | - |
| XYZ | 21.35 | 13.9 | 94.49 | - |
| YUV | 85.3 | 222.63 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 253 | 0.92 | 0.66 | 0 | 0.01 | 223 | 0.98 | 0.54 |
| Hex | 14 | 56 | FD | 5C | 42 | 0 | 1 | DF | 62 | 36 |
| Octal | 24 | 126 | 375 | 134 | 102 | 0 | 1 | 337 | 142 | 66 |
| Binary | 10100 | 1010110 | 11111101 | 1011100 | 1000010 | 0 | 1 | 11011111 | 1100010 | 110110 |
Color Harmonies of #1456FD
Complementary color
Monochromatic Colors of #1456FD
Black with #1456FD
Text Example
Text Example
White with #1456FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1456FD; }
p { color: rgb(20,86,253); }
H1.HeaderClassName
{
color: #1456FD;
}
.AnyTagClassName
{
color: #1456FD;
}
</style>
background-color css
<style>
a { background-color: #1456FD; }
a { background-color: rgb(20,86,253); }
div.DivClassName
{
background-color: #1456FD;
}
.BgClassName
{
background-color: #1456FD;
}
</style>
border-color css
<style>
span { border-color: #1456FD; }
span { border-color: rgb(20,86,253); }
td.TdClassName
{
border-color: #1456FD;
}
.TagClassName
{
border-color: #1456FD;
}
</style>