Shades of Royal Blue #1D53FC
Tints of Royal Blue #1D53FC
RGB
CMYK
RGB Variations
Color information
#1D53FC (or 0x1D53FC) is known color: Royal Blue. HEX triplet: 1D, 53 and FC. RGB value is (29,83,252). Sum of RGB (Red+Green+Blue) = 29+83+252=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 83 (32.81% from 255 or 22.80% 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 #1D53FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D53FC is #E2AC03. Grayscale: #555555. Windows color (decimal): -14855172 or 16536349. OLE color: 16536349.
HSL color Cylindrical-coordinate representation of color #1D53FC: hue angle of 225.47º 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 #1D53FC is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 83 | 252 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.01 |
| HSL | 225.47º | 0.97% | 0.55% | - |
| HSV(B) | 225.47º | 0.88% | 0.99% | - |
| XYZ | 21.17 | 13.48 | 93.58 | - |
| YUV | 86.12 | 221.61 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 252 | 0.88 | 0.67 | 0 | 0.01 | 225.47 | 0.97 | 0.55 |
| Hex | 1D | 53 | FC | 58 | 43 | 0 | 1 | E1 | 61 | 37 |
| Octal | 35 | 123 | 374 | 130 | 103 | 0 | 1 | 341 | 141 | 67 |
| Binary | 11101 | 1010011 | 11111100 | 1011000 | 1000011 | 0 | 1 | 11100001 | 1100001 | 110111 |
Color Harmonies of #1D53FC
Complementary color
Monochromatic Colors of #1D53FC
Black with #1D53FC
Text Example
Text Example
White with #1D53FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D53FC; }
p { color: rgb(29,83,252); }
H1.HeaderClassName
{
color: #1D53FC;
}
.AnyTagClassName
{
color: #1D53FC;
}
</style>
background-color css
<style>
a { background-color: #1D53FC; }
a { background-color: rgb(29,83,252); }
div.DivClassName
{
background-color: #1D53FC;
}
.BgClassName
{
background-color: #1D53FC;
}
</style>
border-color css
<style>
span { border-color: #1D53FC; }
span { border-color: rgb(29,83,252); }
td.TdClassName
{
border-color: #1D53FC;
}
.TagClassName
{
border-color: #1D53FC;
}
</style>