Shades of Royal Blue #1454FC
Tints of Royal Blue #1454FC
RGB
CMYK
RGB Variations
Color information
#1454FC (or 0x1454FC) is known color: Royal Blue. HEX triplet: 14, 54 and FC. RGB value is (20,84,252). Sum of RGB (Red+Green+Blue) = 20+84+252=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #1454FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454FC is #EBAB03. Grayscale: #535353. Windows color (decimal): -15444740 or 16536596. OLE color: 16536596.
HSL color Cylindrical-coordinate representation of color #1454FC: hue angle of 223.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1454FC is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 84 | 252 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.01 |
| HSL | 223.45º | 0.97% | 0.53% | - |
| HSV(B) | 223.45º | 0.92% | 0.99% | - |
| XYZ | 21.03 | 13.52 | 93.6 | - |
| YUV | 84.02 | 222.8 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 252 | 0.92 | 0.67 | 0 | 0.01 | 223.45 | 0.97 | 0.53 |
| Hex | 14 | 54 | FC | 5C | 43 | 0 | 1 | DF | 61 | 35 |
| Octal | 24 | 124 | 374 | 134 | 103 | 0 | 1 | 337 | 141 | 65 |
| Binary | 10100 | 1010100 | 11111100 | 1011100 | 1000011 | 0 | 1 | 11011111 | 1100001 | 110101 |
Color Harmonies of #1454FC
Complementary color
Monochromatic Colors of #1454FC
Black with #1454FC
Text Example
Text Example
White with #1454FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454FC; }
p { color: rgb(20,84,252); }
H1.HeaderClassName
{
color: #1454FC;
}
.AnyTagClassName
{
color: #1454FC;
}
</style>
background-color css
<style>
a { background-color: #1454FC; }
a { background-color: rgb(20,84,252); }
div.DivClassName
{
background-color: #1454FC;
}
.BgClassName
{
background-color: #1454FC;
}
</style>
border-color css
<style>
span { border-color: #1454FC; }
span { border-color: rgb(20,84,252); }
td.TdClassName
{
border-color: #1454FC;
}
.TagClassName
{
border-color: #1454FC;
}
</style>