Shades of Royal Blue #1C54FE
Tints of Royal Blue #1C54FE
RGB
CMYK
RGB Variations
Color information
#1C54FE (or 0x1C54FE) is known color: Royal Blue. HEX triplet: 1C, 54 and FE. RGB value is (28,84,254). Sum of RGB (Red+Green+Blue) = 28+84+254=366 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.65% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C54FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C54FE is #E3AB01. Grayscale: #555555. Windows color (decimal): -14920450 or 16667676. OLE color: 16667676.
HSL color Cylindrical-coordinate representation of color #1C54FE: hue angle of 225.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C54FE is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 84 | 254 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.00 |
| HSL | 225.13º | 0.99% | 0.55% | - |
| HSV(B) | 225.13º | 0.89% | 1% | - |
| XYZ | 21.54 | 13.74 | 95.28 | - |
| YUV | 86.64 | 222.45 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 254 | 0.89 | 0.67 | 0 | 0.00 | 225.13 | 0.99 | 0.55 |
| Hex | 1C | 54 | FE | 59 | 43 | 0 | 0 | E1 | 63 | 37 |
| Octal | 34 | 124 | 376 | 131 | 103 | 0 | 0 | 341 | 143 | 67 |
| Binary | 11100 | 1010100 | 11111110 | 1011001 | 1000011 | 0 | 0 | 11100001 | 1100011 | 110111 |
Color Harmonies of #1C54FE
Complementary color
Monochromatic Colors of #1C54FE
Black with #1C54FE
Text Example
Text Example
White with #1C54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C54FE; }
p { color: rgb(28,84,254); }
H1.HeaderClassName
{
color: #1C54FE;
}
.AnyTagClassName
{
color: #1C54FE;
}
</style>
background-color css
<style>
a { background-color: #1C54FE; }
a { background-color: rgb(28,84,254); }
div.DivClassName
{
background-color: #1C54FE;
}
.BgClassName
{
background-color: #1C54FE;
}
</style>
border-color css
<style>
span { border-color: #1C54FE; }
span { border-color: rgb(28,84,254); }
td.TdClassName
{
border-color: #1C54FE;
}
.TagClassName
{
border-color: #1C54FE;
}
</style>