Shades of Royal Blue #1458FE
Tints of Royal Blue #1458FE
RGB
CMYK
RGB Variations
Color information
#1458FE (or 0x1458FE) is known color: Royal Blue. HEX triplet: 14, 58 and FE. RGB value is (20,88,254). Sum of RGB (Red+Green+Blue) = 20+88+254=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #1458FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1458FE is #EBA701. Grayscale: #555555. Windows color (decimal): -15443714 or 16668692. OLE color: 16668692.
HSL color Cylindrical-coordinate representation of color #1458FE: hue angle of 222.56º 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 #1458FE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 88 | 254 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.00 |
| HSL | 222.56º | 0.99% | 0.54% | - |
| HSV(B) | 222.56º | 0.92% | 1% | - |
| XYZ | 21.67 | 14.28 | 95.38 | - |
| YUV | 86.59 | 222.47 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 254 | 0.92 | 0.65 | 0 | 0.00 | 222.56 | 0.99 | 0.54 |
| Hex | 14 | 58 | FE | 5C | 41 | 0 | 0 | DF | 63 | 36 |
| Octal | 24 | 130 | 376 | 134 | 101 | 0 | 0 | 337 | 143 | 66 |
| Binary | 10100 | 1011000 | 11111110 | 1011100 | 1000001 | 0 | 0 | 11011111 | 1100011 | 110110 |
Color Harmonies of #1458FE
Complementary color
Monochromatic Colors of #1458FE
Black with #1458FE
Text Example
Text Example
White with #1458FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458FE; }
p { color: rgb(20,88,254); }
H1.HeaderClassName
{
color: #1458FE;
}
.AnyTagClassName
{
color: #1458FE;
}
</style>
background-color css
<style>
a { background-color: #1458FE; }
a { background-color: rgb(20,88,254); }
div.DivClassName
{
background-color: #1458FE;
}
.BgClassName
{
background-color: #1458FE;
}
</style>
border-color css
<style>
span { border-color: #1458FE; }
span { border-color: rgb(20,88,254); }
td.TdClassName
{
border-color: #1458FE;
}
.TagClassName
{
border-color: #1458FE;
}
</style>