Shades of Royal Blue #1454FD
Tints of Royal Blue #1454FD
RGB
CMYK
RGB Variations
Color information
#1454FD (or 0x1454FD) is known color: Royal Blue. HEX triplet: 14, 54 and FD. RGB value is (20,84,253). Sum of RGB (Red+Green+Blue) = 20+84+253=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #1454FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454FD is #EBAB02. Grayscale: #535353. Windows color (decimal): -15444739 or 16602132. OLE color: 16602132.
HSL color Cylindrical-coordinate representation of color #1454FD: hue angle of 223.52º 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 #1454FD is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 84 | 253 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.01 |
| HSL | 223.52º | 0.98% | 0.54% | - |
| HSV(B) | 223.52º | 0.92% | 0.99% | - |
| XYZ | 21.19 | 13.58 | 94.43 | - |
| YUV | 84.13 | 223.3 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 253 | 0.92 | 0.67 | 0 | 0.01 | 223.52 | 0.98 | 0.54 |
| Hex | 14 | 54 | FD | 5C | 43 | 0 | 1 | E0 | 62 | 36 |
| Octal | 24 | 124 | 375 | 134 | 103 | 0 | 1 | 340 | 142 | 66 |
| Binary | 10100 | 1010100 | 11111101 | 1011100 | 1000011 | 0 | 1 | 11100000 | 1100010 | 110110 |
Color Harmonies of #1454FD
Complementary color
Monochromatic Colors of #1454FD
Black with #1454FD
Text Example
Text Example
White with #1454FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454FD; }
p { color: rgb(20,84,253); }
H1.HeaderClassName
{
color: #1454FD;
}
.AnyTagClassName
{
color: #1454FD;
}
</style>
background-color css
<style>
a { background-color: #1454FD; }
a { background-color: rgb(20,84,253); }
div.DivClassName
{
background-color: #1454FD;
}
.BgClassName
{
background-color: #1454FD;
}
</style>
border-color css
<style>
span { border-color: #1454FD; }
span { border-color: rgb(20,84,253); }
td.TdClassName
{
border-color: #1454FD;
}
.TagClassName
{
border-color: #1454FD;
}
</style>