Shades of Royal Blue #1D56EF
Tints of Royal Blue #1D56EF
RGB
CMYK
RGB Variations
Color information
#1D56EF (or 0x1D56EF) is known color: Royal Blue. HEX triplet: 1D, 56 and EF. RGB value is (29,86,239). Sum of RGB (Red+Green+Blue) = 29+86+239=354 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.19% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D56EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D56EF is #E2A910. Grayscale: #555555. Windows color (decimal): -14854417 or 15685149. OLE color: 15685149.
HSL color Cylindrical-coordinate representation of color #1D56EF: hue angle of 223.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D56EF is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 86 | 239 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.06 |
| HSL | 223.71º | 0.87% | 0.53% | - |
| HSV(B) | 223.71º | 0.88% | 0.94% | - |
| XYZ | 19.41 | 13.15 | 83.18 | - |
| YUV | 86.4 | 214.12 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 239 | 0.88 | 0.64 | 0 | 0.06 | 223.71 | 0.87 | 0.53 |
| Hex | 1D | 56 | EF | 58 | 40 | 0 | 6 | E0 | 57 | 35 |
| Octal | 35 | 126 | 357 | 130 | 100 | 0 | 6 | 340 | 127 | 65 |
| Binary | 11101 | 1010110 | 11101111 | 1011000 | 1000000 | 0 | 110 | 11100000 | 1010111 | 110101 |
Color Harmonies of #1D56EF
Complementary color
Monochromatic Colors of #1D56EF
Black with #1D56EF
Text Example
Text Example
White with #1D56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D56EF; }
p { color: rgb(29,86,239); }
H1.HeaderClassName
{
color: #1D56EF;
}
.AnyTagClassName
{
color: #1D56EF;
}
</style>
background-color css
<style>
a { background-color: #1D56EF; }
a { background-color: rgb(29,86,239); }
div.DivClassName
{
background-color: #1D56EF;
}
.BgClassName
{
background-color: #1D56EF;
}
</style>
border-color css
<style>
span { border-color: #1D56EF; }
span { border-color: rgb(29,86,239); }
td.TdClassName
{
border-color: #1D56EF;
}
.TagClassName
{
border-color: #1D56EF;
}
</style>