Shades of Royal Blue #1D57F5
Tints of Royal Blue #1D57F5
RGB
CMYK
RGB Variations
Color information
#1D57F5 (or 0x1D57F5) is known color: Royal Blue. HEX triplet: 1D, 57 and F5. RGB value is (29,87,245). Sum of RGB (Red+Green+Blue) = 29+87+245=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 245 (96.09% from 255 or 67.87% from 361); Max value from RGB is 245 - color contains mainly: blue. Hex color #1D57F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D57F5 is #E2A80A. Grayscale: #565656. Windows color (decimal): -14854155 or 16078621. OLE color: 16078621.
HSL color Cylindrical-coordinate representation of color #1D57F5: hue angle of 223.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D57F5 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 87 | 245 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.04 |
| HSL | 223.89º | 0.92% | 0.54% | - |
| HSV(B) | 223.89º | 0.88% | 0.96% | - |
| XYZ | 20.4 | 13.67 | 87.95 | - |
| YUV | 87.67 | 216.78 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 87 | 245 | 0.88 | 0.64 | 0 | 0.04 | 223.89 | 0.92 | 0.54 |
| Hex | 1D | 57 | F5 | 58 | 40 | 0 | 4 | E0 | 5C | 36 |
| Octal | 35 | 127 | 365 | 130 | 100 | 0 | 4 | 340 | 134 | 66 |
| Binary | 11101 | 1010111 | 11110101 | 1011000 | 1000000 | 0 | 100 | 11100000 | 1011100 | 110110 |
Color Harmonies of #1D57F5
Complementary color
Monochromatic Colors of #1D57F5
Black with #1D57F5
Text Example
Text Example
White with #1D57F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D57F5; }
p { color: rgb(29,87,245); }
H1.HeaderClassName
{
color: #1D57F5;
}
.AnyTagClassName
{
color: #1D57F5;
}
</style>
background-color css
<style>
a { background-color: #1D57F5; }
a { background-color: rgb(29,87,245); }
div.DivClassName
{
background-color: #1D57F5;
}
.BgClassName
{
background-color: #1D57F5;
}
</style>
border-color css
<style>
span { border-color: #1D57F5; }
span { border-color: rgb(29,87,245); }
td.TdClassName
{
border-color: #1D57F5;
}
.TagClassName
{
border-color: #1D57F5;
}
</style>