Shades of Royal Blue #1459FD
Tints of Royal Blue #1459FD
RGB
CMYK
RGB Variations
Color information
#1459FD (or 0x1459FD) is known color: Royal Blue. HEX triplet: 14, 59 and FD. RGB value is (20,89,253). Sum of RGB (Red+Green+Blue) = 20+89+253=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #1459FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1459FD is #EBA602. Grayscale: #565656. Windows color (decimal): -15443459 or 16603412. OLE color: 16603412.
HSL color Cylindrical-coordinate representation of color #1459FD: hue angle of 222.23º 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 #1459FD is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 89 | 253 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.01 |
| HSL | 222.23º | 0.98% | 0.54% | - |
| HSV(B) | 222.23º | 0.92% | 0.99% | - |
| XYZ | 21.59 | 14.39 | 94.57 | - |
| YUV | 87.07 | 221.64 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 253 | 0.92 | 0.65 | 0 | 0.01 | 222.23 | 0.98 | 0.54 |
| Hex | 14 | 59 | FD | 5C | 41 | 0 | 1 | DE | 62 | 36 |
| Octal | 24 | 131 | 375 | 134 | 101 | 0 | 1 | 336 | 142 | 66 |
| Binary | 10100 | 1011001 | 11111101 | 1011100 | 1000001 | 0 | 1 | 11011110 | 1100010 | 110110 |
Color Harmonies of #1459FD
Complementary color
Monochromatic Colors of #1459FD
Black with #1459FD
Text Example
Text Example
White with #1459FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1459FD; }
p { color: rgb(20,89,253); }
H1.HeaderClassName
{
color: #1459FD;
}
.AnyTagClassName
{
color: #1459FD;
}
</style>
background-color css
<style>
a { background-color: #1459FD; }
a { background-color: rgb(20,89,253); }
div.DivClassName
{
background-color: #1459FD;
}
.BgClassName
{
background-color: #1459FD;
}
</style>
border-color css
<style>
span { border-color: #1459FD; }
span { border-color: rgb(20,89,253); }
td.TdClassName
{
border-color: #1459FD;
}
.TagClassName
{
border-color: #1459FD;
}
</style>