Shades of Royal Blue #1458FD
Tints of Royal Blue #1458FD
RGB
CMYK
RGB Variations
Color information
#1458FD (or 0x1458FD) is known color: Royal Blue. HEX triplet: 14, 58 and FD. RGB value is (20,88,253). Sum of RGB (Red+Green+Blue) = 20+88+253=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #1458FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1458FD is #EBA702. Grayscale: #555555. Windows color (decimal): -15443715 or 16603156. OLE color: 16603156.
HSL color Cylindrical-coordinate representation of color #1458FD: hue angle of 222.49º 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 #1458FD is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 88 | 253 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.01 |
| HSL | 222.49º | 0.98% | 0.54% | - |
| HSV(B) | 222.49º | 0.92% | 0.99% | - |
| XYZ | 21.51 | 14.22 | 94.54 | - |
| YUV | 86.48 | 221.97 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 253 | 0.92 | 0.65 | 0 | 0.01 | 222.49 | 0.98 | 0.54 |
| Hex | 14 | 58 | FD | 5C | 41 | 0 | 1 | DE | 62 | 36 |
| Octal | 24 | 130 | 375 | 134 | 101 | 0 | 1 | 336 | 142 | 66 |
| Binary | 10100 | 1011000 | 11111101 | 1011100 | 1000001 | 0 | 1 | 11011110 | 1100010 | 110110 |
Color Harmonies of #1458FD
Complementary color
Monochromatic Colors of #1458FD
Black with #1458FD
Text Example
Text Example
White with #1458FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458FD; }
p { color: rgb(20,88,253); }
H1.HeaderClassName
{
color: #1458FD;
}
.AnyTagClassName
{
color: #1458FD;
}
</style>
background-color css
<style>
a { background-color: #1458FD; }
a { background-color: rgb(20,88,253); }
div.DivClassName
{
background-color: #1458FD;
}
.BgClassName
{
background-color: #1458FD;
}
</style>
border-color css
<style>
span { border-color: #1458FD; }
span { border-color: rgb(20,88,253); }
td.TdClassName
{
border-color: #1458FD;
}
.TagClassName
{
border-color: #1458FD;
}
</style>