Shades of Royal Blue #1C54FC
Tints of Royal Blue #1C54FC
RGB
CMYK
RGB Variations
Color information
#1C54FC (or 0x1C54FC) is known color: Royal Blue. HEX triplet: 1C, 54 and FC. RGB value is (28,84,252). Sum of RGB (Red+Green+Blue) = 28+84+252=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C54FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C54FC is #E3AB03. Grayscale: #555555. Windows color (decimal): -14920452 or 16536604. OLE color: 16536604.
HSL color Cylindrical-coordinate representation of color #1C54FC: hue angle of 225º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C54FC is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 84 | 252 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.01 |
| HSL | 225º | 0.97% | 0.55% | - |
| HSV(B) | 225º | 0.89% | 0.99% | - |
| XYZ | 21.22 | 13.62 | 93.61 | - |
| YUV | 86.41 | 221.45 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 252 | 0.89 | 0.67 | 0 | 0.01 | 225 | 0.97 | 0.55 |
| Hex | 1C | 54 | FC | 59 | 43 | 0 | 1 | E1 | 61 | 37 |
| Octal | 34 | 124 | 374 | 131 | 103 | 0 | 1 | 341 | 141 | 67 |
| Binary | 11100 | 1010100 | 11111100 | 1011001 | 1000011 | 0 | 1 | 11100001 | 1100001 | 110111 |
Color Harmonies of #1C54FC
Complementary color
Monochromatic Colors of #1C54FC
Black with #1C54FC
Text Example
Text Example
White with #1C54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C54FC; }
p { color: rgb(28,84,252); }
H1.HeaderClassName
{
color: #1C54FC;
}
.AnyTagClassName
{
color: #1C54FC;
}
</style>
background-color css
<style>
a { background-color: #1C54FC; }
a { background-color: rgb(28,84,252); }
div.DivClassName
{
background-color: #1C54FC;
}
.BgClassName
{
background-color: #1C54FC;
}
</style>
border-color css
<style>
span { border-color: #1C54FC; }
span { border-color: rgb(28,84,252); }
td.TdClassName
{
border-color: #1C54FC;
}
.TagClassName
{
border-color: #1C54FC;
}
</style>