Shades of Royal Blue #1454FF
Tints of Royal Blue #1454FF
RGB
CMYK
RGB Variations
Color information
#1454FF (or 0x1454FF) is known color: Royal Blue. HEX triplet: 14, 54 and FF. RGB value is (20,84,255). Sum of RGB (Red+Green+Blue) = 20+84+255=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #1454FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454FF is #EBAB00. Grayscale: #535353. Windows color (decimal): -15444737 or 16733204. OLE color: 16733204.
HSL color Cylindrical-coordinate representation of color #1454FF: hue angle of 223.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1454FF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 84 | 255 | - |
| CMYK | 0.92 | 0.67 | 0 | 0 |
| HSL | 223.66º | 1% | 0.54% | - |
| HSV(B) | 223.66º | 0.92% | 1% | - |
| XYZ | 21.51 | 13.71 | 96.12 | - |
| YUV | 84.36 | 224.3 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 255 | 0.92 | 0.67 | 0 | 0 | 223.66 | 1 | 0.54 |
| Hex | 14 | 54 | FF | 5C | 43 | 0 | 0 | E0 | 64 | 36 |
| Octal | 24 | 124 | 377 | 134 | 103 | 0 | 0 | 340 | 144 | 66 |
| Binary | 10100 | 1010100 | 11111111 | 1011100 | 1000011 | 0 | 0 | 11100000 | 1100100 | 110110 |
Color Harmonies of #1454FF
Complementary color
Monochromatic Colors of #1454FF
Black with #1454FF
Text Example
Text Example
White with #1454FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454FF; }
p { color: rgb(20,84,255); }
H1.HeaderClassName
{
color: #1454FF;
}
.AnyTagClassName
{
color: #1454FF;
}
</style>
background-color css
<style>
a { background-color: #1454FF; }
a { background-color: rgb(20,84,255); }
div.DivClassName
{
background-color: #1454FF;
}
.BgClassName
{
background-color: #1454FF;
}
</style>
border-color css
<style>
span { border-color: #1454FF; }
span { border-color: rgb(20,84,255); }
td.TdClassName
{
border-color: #1454FF;
}
.TagClassName
{
border-color: #1454FF;
}
</style>