Shades of Royal Blue #1459FC
Tints of Royal Blue #1459FC
RGB
CMYK
RGB Variations
Color information
#1459FC (or 0x1459FC) is known color: Royal Blue. HEX triplet: 14, 59 and FC. RGB value is (20,89,252). Sum of RGB (Red+Green+Blue) = 20+89+252=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #1459FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1459FC is #EBA603. Grayscale: #565656. Windows color (decimal): -15443460 or 16537876. OLE color: 16537876.
HSL color Cylindrical-coordinate representation of color #1459FC: hue angle of 222.16º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1459FC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 89 | 252 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.01 |
| HSL | 222.16º | 0.97% | 0.53% | - |
| HSV(B) | 222.16º | 0.92% | 0.99% | - |
| XYZ | 21.43 | 14.32 | 93.73 | - |
| YUV | 86.95 | 221.14 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 252 | 0.92 | 0.65 | 0 | 0.01 | 222.16 | 0.97 | 0.53 |
| Hex | 14 | 59 | FC | 5C | 41 | 0 | 1 | DE | 61 | 35 |
| Octal | 24 | 131 | 374 | 134 | 101 | 0 | 1 | 336 | 141 | 65 |
| Binary | 10100 | 1011001 | 11111100 | 1011100 | 1000001 | 0 | 1 | 11011110 | 1100001 | 110101 |
Color Harmonies of #1459FC
Complementary color
Monochromatic Colors of #1459FC
Black with #1459FC
Text Example
Text Example
White with #1459FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1459FC; }
p { color: rgb(20,89,252); }
H1.HeaderClassName
{
color: #1459FC;
}
.AnyTagClassName
{
color: #1459FC;
}
</style>
background-color css
<style>
a { background-color: #1459FC; }
a { background-color: rgb(20,89,252); }
div.DivClassName
{
background-color: #1459FC;
}
.BgClassName
{
background-color: #1459FC;
}
</style>
border-color css
<style>
span { border-color: #1459FC; }
span { border-color: rgb(20,89,252); }
td.TdClassName
{
border-color: #1459FC;
}
.TagClassName
{
border-color: #1459FC;
}
</style>