Shades of Royal Blue #1459FE
Tints of Royal Blue #1459FE
RGB
CMYK
RGB Variations
Color information
#1459FE (or 0x1459FE) is known color: Royal Blue. HEX triplet: 14, 59 and FE. RGB value is (20,89,254). Sum of RGB (Red+Green+Blue) = 20+89+254=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #1459FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1459FE is #EBA601. Grayscale: #565656. Windows color (decimal): -15443458 or 16668948. OLE color: 16668948.
HSL color Cylindrical-coordinate representation of color #1459FE: hue angle of 222.31º 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 #1459FE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 89 | 254 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.00 |
| HSL | 222.31º | 0.99% | 0.54% | - |
| HSV(B) | 222.31º | 0.92% | 1% | - |
| XYZ | 21.75 | 14.45 | 95.41 | - |
| YUV | 87.18 | 222.14 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 254 | 0.92 | 0.65 | 0 | 0.00 | 222.31 | 0.99 | 0.54 |
| Hex | 14 | 59 | FE | 5C | 41 | 0 | 0 | DE | 63 | 36 |
| Octal | 24 | 131 | 376 | 134 | 101 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10100 | 1011001 | 11111110 | 1011100 | 1000001 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #1459FE
Complementary color
Monochromatic Colors of #1459FE
Black with #1459FE
Text Example
Text Example
White with #1459FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1459FE; }
p { color: rgb(20,89,254); }
H1.HeaderClassName
{
color: #1459FE;
}
.AnyTagClassName
{
color: #1459FE;
}
</style>
background-color css
<style>
a { background-color: #1459FE; }
a { background-color: rgb(20,89,254); }
div.DivClassName
{
background-color: #1459FE;
}
.BgClassName
{
background-color: #1459FE;
}
</style>
border-color css
<style>
span { border-color: #1459FE; }
span { border-color: rgb(20,89,254); }
td.TdClassName
{
border-color: #1459FE;
}
.TagClassName
{
border-color: #1459FE;
}
</style>