Shades of Royal Blue #1D56FD
Tints of Royal Blue #1D56FD
RGB
CMYK
RGB Variations
Color information
#1D56FD (or 0x1D56FD) is known color: Royal Blue. HEX triplet: 1D, 56 and FD. RGB value is (29,86,253). Sum of RGB (Red+Green+Blue) = 29+86+253=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D56FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D56FD is #E2A902. Grayscale: #575757. Windows color (decimal): -14854403 or 16602653. OLE color: 16602653.
HSL color Cylindrical-coordinate representation of color #1D56FD: hue angle of 224.73º degrees, saturation: 0.98, 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 #1D56FD is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 86 | 253 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.01 |
| HSL | 224.73º | 0.98% | 0.55% | - |
| HSV(B) | 224.73º | 0.89% | 0.99% | - |
| XYZ | 21.56 | 14.01 | 94.5 | - |
| YUV | 88 | 221.12 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 253 | 0.89 | 0.66 | 0 | 0.01 | 224.73 | 0.98 | 0.55 |
| Hex | 1D | 56 | FD | 59 | 42 | 0 | 1 | E1 | 62 | 37 |
| Octal | 35 | 126 | 375 | 131 | 102 | 0 | 1 | 341 | 142 | 67 |
| Binary | 11101 | 1010110 | 11111101 | 1011001 | 1000010 | 0 | 1 | 11100001 | 1100010 | 110111 |
Color Harmonies of #1D56FD
Complementary color
Monochromatic Colors of #1D56FD
Black with #1D56FD
Text Example
Text Example
White with #1D56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D56FD; }
p { color: rgb(29,86,253); }
H1.HeaderClassName
{
color: #1D56FD;
}
.AnyTagClassName
{
color: #1D56FD;
}
</style>
background-color css
<style>
a { background-color: #1D56FD; }
a { background-color: rgb(29,86,253); }
div.DivClassName
{
background-color: #1D56FD;
}
.BgClassName
{
background-color: #1D56FD;
}
</style>
border-color css
<style>
span { border-color: #1D56FD; }
span { border-color: rgb(29,86,253); }
td.TdClassName
{
border-color: #1D56FD;
}
.TagClassName
{
border-color: #1D56FD;
}
</style>