Shades of Royal Blue #1D5DFC
Tints of Royal Blue #1D5DFC
RGB
CMYK
RGB Variations
Color information
#1D5DFC (or 0x1D5DFC) is known color: Royal Blue. HEX triplet: 1D, 5D and FC. RGB value is (29,93,252). Sum of RGB (Red+Green+Blue) = 29+93+252=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D5DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5DFC is #E2A203. Grayscale: #5B5B5B. Windows color (decimal): -14852612 or 16538909. OLE color: 16538909.
HSL color Cylindrical-coordinate representation of color #1D5DFC: hue angle of 222.78º 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 #1D5DFC is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 93 | 252 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.01 |
| HSL | 222.78º | 0.97% | 0.55% | - |
| HSV(B) | 222.78º | 0.88% | 0.99% | - |
| XYZ | 21.99 | 15.12 | 93.85 | - |
| YUV | 91.99 | 218.3 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 252 | 0.88 | 0.63 | 0 | 0.01 | 222.78 | 0.97 | 0.55 |
| Hex | 1D | 5D | FC | 58 | 3F | 0 | 1 | DF | 61 | 37 |
| Octal | 35 | 135 | 374 | 130 | 77 | 0 | 1 | 337 | 141 | 67 |
| Binary | 11101 | 1011101 | 11111100 | 1011000 | 111111 | 0 | 1 | 11011111 | 1100001 | 110111 |
Color Harmonies of #1D5DFC
Complementary color
Monochromatic Colors of #1D5DFC
Black with #1D5DFC
Text Example
Text Example
White with #1D5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5DFC; }
p { color: rgb(29,93,252); }
H1.HeaderClassName
{
color: #1D5DFC;
}
.AnyTagClassName
{
color: #1D5DFC;
}
</style>
background-color css
<style>
a { background-color: #1D5DFC; }
a { background-color: rgb(29,93,252); }
div.DivClassName
{
background-color: #1D5DFC;
}
.BgClassName
{
background-color: #1D5DFC;
}
</style>
border-color css
<style>
span { border-color: #1D5DFC; }
span { border-color: rgb(29,93,252); }
td.TdClassName
{
border-color: #1D5DFC;
}
.TagClassName
{
border-color: #1D5DFC;
}
</style>