Shades of Royal Blue #1D54FC
Tints of Royal Blue #1D54FC
RGB
CMYK
RGB Variations
Color information
#1D54FC (or 0x1D54FC) is known color: Royal Blue. HEX triplet: 1D, 54 and FC. RGB value is (29,84,252). Sum of RGB (Red+Green+Blue) = 29+84+252=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D54FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D54FC is #E2AB03. Grayscale: #555555. Windows color (decimal): -14854916 or 16536605. OLE color: 16536605.
HSL color Cylindrical-coordinate representation of color #1D54FC: hue angle of 225.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D54FC is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 84 | 252 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.01 |
| HSL | 225.2º | 0.97% | 0.55% | - |
| HSV(B) | 225.2º | 0.88% | 0.99% | - |
| XYZ | 21.25 | 13.63 | 93.61 | - |
| YUV | 86.71 | 221.28 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 252 | 0.88 | 0.67 | 0 | 0.01 | 225.2 | 0.97 | 0.55 |
| Hex | 1D | 54 | FC | 58 | 43 | 0 | 1 | E1 | 61 | 37 |
| Octal | 35 | 124 | 374 | 130 | 103 | 0 | 1 | 341 | 141 | 67 |
| Binary | 11101 | 1010100 | 11111100 | 1011000 | 1000011 | 0 | 1 | 11100001 | 1100001 | 110111 |
Color Harmonies of #1D54FC
Complementary color
Monochromatic Colors of #1D54FC
Black with #1D54FC
Text Example
Text Example
White with #1D54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D54FC; }
p { color: rgb(29,84,252); }
H1.HeaderClassName
{
color: #1D54FC;
}
.AnyTagClassName
{
color: #1D54FC;
}
</style>
background-color css
<style>
a { background-color: #1D54FC; }
a { background-color: rgb(29,84,252); }
div.DivClassName
{
background-color: #1D54FC;
}
.BgClassName
{
background-color: #1D54FC;
}
</style>
border-color css
<style>
span { border-color: #1D54FC; }
span { border-color: rgb(29,84,252); }
td.TdClassName
{
border-color: #1D54FC;
}
.TagClassName
{
border-color: #1D54FC;
}
</style>