Shades of Royal Blue #1454FE
Tints of Royal Blue #1454FE
RGB
CMYK
RGB Variations
Color information
#1454FE (or 0x1454FE) is known color: Royal Blue. HEX triplet: 14, 54 and FE. RGB value is (20,84,254). Sum of RGB (Red+Green+Blue) = 20+84+254=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #1454FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454FE is #EBAB01. Grayscale: #535353. Windows color (decimal): -15444738 or 16667668. OLE color: 16667668.
HSL color Cylindrical-coordinate representation of color #1454FE: hue angle of 223.59º 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 #1454FE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 84 | 254 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.00 |
| HSL | 223.59º | 0.99% | 0.54% | - |
| HSV(B) | 223.59º | 0.92% | 1% | - |
| XYZ | 21.35 | 13.65 | 95.27 | - |
| YUV | 84.24 | 223.8 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 254 | 0.92 | 0.67 | 0 | 0.00 | 223.59 | 0.99 | 0.54 |
| Hex | 14 | 54 | FE | 5C | 43 | 0 | 0 | E0 | 63 | 36 |
| Octal | 24 | 124 | 376 | 134 | 103 | 0 | 0 | 340 | 143 | 66 |
| Binary | 10100 | 1010100 | 11111110 | 1011100 | 1000011 | 0 | 0 | 11100000 | 1100011 | 110110 |
Color Harmonies of #1454FE
Complementary color
Monochromatic Colors of #1454FE
Black with #1454FE
Text Example
Text Example
White with #1454FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454FE; }
p { color: rgb(20,84,254); }
H1.HeaderClassName
{
color: #1454FE;
}
.AnyTagClassName
{
color: #1454FE;
}
</style>
background-color css
<style>
a { background-color: #1454FE; }
a { background-color: rgb(20,84,254); }
div.DivClassName
{
background-color: #1454FE;
}
.BgClassName
{
background-color: #1454FE;
}
</style>
border-color css
<style>
span { border-color: #1454FE; }
span { border-color: rgb(20,84,254); }
td.TdClassName
{
border-color: #1454FE;
}
.TagClassName
{
border-color: #1454FE;
}
</style>