Shades of Royal Blue #1454F9
Tints of Royal Blue #1454F9
RGB
CMYK
RGB Variations
Color information
#1454F9 (or 0x1454F9) is known color: Royal Blue. HEX triplet: 14, 54 and F9. RGB value is (20,84,249). Sum of RGB (Red+Green+Blue) = 20+84+249=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 249 (97.66% from 255 or 70.54% from 353); Max value from RGB is 249 - color contains mainly: blue. Hex color #1454F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454F9 is #EBAB06. Grayscale: #525252. Windows color (decimal): -15444743 or 16339988. OLE color: 16339988.
HSL color Cylindrical-coordinate representation of color #1454F9: hue angle of 223.23º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1454F9 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 84 | 249 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.02 |
| HSL | 223.23º | 0.95% | 0.53% | - |
| HSV(B) | 223.23º | 0.92% | 0.98% | - |
| XYZ | 20.56 | 13.33 | 91.11 | - |
| YUV | 83.67 | 221.3 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 249 | 0.92 | 0.66 | 0 | 0.02 | 223.23 | 0.95 | 0.53 |
| Hex | 14 | 54 | F9 | 5C | 42 | 0 | 2 | DF | 5F | 35 |
| Octal | 24 | 124 | 371 | 134 | 102 | 0 | 2 | 337 | 137 | 65 |
| Binary | 10100 | 1010100 | 11111001 | 1011100 | 1000010 | 0 | 10 | 11011111 | 1011111 | 110101 |
Color Harmonies of #1454F9
Complementary color
Monochromatic Colors of #1454F9
Black with #1454F9
Text Example
Text Example
White with #1454F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454F9; }
p { color: rgb(20,84,249); }
H1.HeaderClassName
{
color: #1454F9;
}
.AnyTagClassName
{
color: #1454F9;
}
</style>
background-color css
<style>
a { background-color: #1454F9; }
a { background-color: rgb(20,84,249); }
div.DivClassName
{
background-color: #1454F9;
}
.BgClassName
{
background-color: #1454F9;
}
</style>
border-color css
<style>
span { border-color: #1454F9; }
span { border-color: rgb(20,84,249); }
td.TdClassName
{
border-color: #1454F9;
}
.TagClassName
{
border-color: #1454F9;
}
</style>