Shades of Royal Blue #1D6EEB
Tints of Royal Blue #1D6EEB
RGB
CMYK
RGB Variations
Color information
#1D6EEB (or 0x1D6EEB) is known color: Royal Blue. HEX triplet: 1D, 6E and EB. RGB value is (29,110,235). Sum of RGB (Red+Green+Blue) = 29+110+235=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D6EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6EEB is #E29114. Grayscale: #636363. Windows color (decimal): -14848277 or 15429149. OLE color: 15429149.
HSL color Cylindrical-coordinate representation of color #1D6EEB: hue angle of 216.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D6EEB is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 110 | 235 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.08 |
| HSL | 216.41º | 0.84% | 0.52% | - |
| HSV(B) | 216.41º | 0.88% | 0.92% | - |
| XYZ | 21.08 | 17.41 | 80.85 | - |
| YUV | 100.03 | 204.16 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 235 | 0.88 | 0.53 | 0 | 0.08 | 216.41 | 0.84 | 0.52 |
| Hex | 1D | 6E | EB | 58 | 35 | 0 | 8 | D8 | 54 | 34 |
| Octal | 35 | 156 | 353 | 130 | 65 | 0 | 10 | 330 | 124 | 64 |
| Binary | 11101 | 1101110 | 11101011 | 1011000 | 110101 | 0 | 1000 | 11011000 | 1010100 | 110100 |
Color Harmonies of #1D6EEB
Complementary color
Monochromatic Colors of #1D6EEB
Black with #1D6EEB
Text Example
Text Example
White with #1D6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6EEB; }
p { color: rgb(29,110,235); }
H1.HeaderClassName
{
color: #1D6EEB;
}
.AnyTagClassName
{
color: #1D6EEB;
}
</style>
background-color css
<style>
a { background-color: #1D6EEB; }
a { background-color: rgb(29,110,235); }
div.DivClassName
{
background-color: #1D6EEB;
}
.BgClassName
{
background-color: #1D6EEB;
}
</style>
border-color css
<style>
span { border-color: #1D6EEB; }
span { border-color: rgb(29,110,235); }
td.TdClassName
{
border-color: #1D6EEB;
}
.TagClassName
{
border-color: #1D6EEB;
}
</style>