Shades of Royal Blue #1D55F7
Tints of Royal Blue #1D55F7
RGB
CMYK
RGB Variations
Color information
#1D55F7 (or 0x1D55F7) is known color: Royal Blue. HEX triplet: 1D, 55 and F7. RGB value is (29,85,247). Sum of RGB (Red+Green+Blue) = 29+85+247=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #1D55F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D55F7 is #E2AA08. Grayscale: #565656. Windows color (decimal): -14854665 or 16209181. OLE color: 16209181.
HSL color Cylindrical-coordinate representation of color #1D55F7: hue angle of 224.59º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D55F7 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 85 | 247 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.03 |
| HSL | 224.59º | 0.93% | 0.54% | - |
| HSV(B) | 224.59º | 0.88% | 0.97% | - |
| XYZ | 20.54 | 13.47 | 89.51 | - |
| YUV | 86.72 | 218.45 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 247 | 0.88 | 0.66 | 0 | 0.03 | 224.59 | 0.93 | 0.54 |
| Hex | 1D | 55 | F7 | 58 | 42 | 0 | 3 | E1 | 5D | 36 |
| Octal | 35 | 125 | 367 | 130 | 102 | 0 | 3 | 341 | 135 | 66 |
| Binary | 11101 | 1010101 | 11110111 | 1011000 | 1000010 | 0 | 11 | 11100001 | 1011101 | 110110 |
Color Harmonies of #1D55F7
Complementary color
Monochromatic Colors of #1D55F7
Black with #1D55F7
Text Example
Text Example
White with #1D55F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D55F7; }
p { color: rgb(29,85,247); }
H1.HeaderClassName
{
color: #1D55F7;
}
.AnyTagClassName
{
color: #1D55F7;
}
</style>
background-color css
<style>
a { background-color: #1D55F7; }
a { background-color: rgb(29,85,247); }
div.DivClassName
{
background-color: #1D55F7;
}
.BgClassName
{
background-color: #1D55F7;
}
</style>
border-color css
<style>
span { border-color: #1D55F7; }
span { border-color: rgb(29,85,247); }
td.TdClassName
{
border-color: #1D55F7;
}
.TagClassName
{
border-color: #1D55F7;
}
</style>