Shades of Royal Blue #1D69EE
Tints of Royal Blue #1D69EE
RGB
CMYK
RGB Variations
Color information
#1D69EE (or 0x1D69EE) is known color: Royal Blue. HEX triplet: 1D, 69 and EE. RGB value is (29,105,238). Sum of RGB (Red+Green+Blue) = 29+105+238=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D69EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D69EE is #E29611. Grayscale: #606060. Windows color (decimal): -14849554 or 15624477. OLE color: 15624477.
HSL color Cylindrical-coordinate representation of color #1D69EE: hue angle of 218.18º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D69EE is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 105 | 238 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.07 |
| HSL | 218.18º | 0.86% | 0.52% | - |
| HSV(B) | 218.18º | 0.88% | 0.93% | - |
| XYZ | 20.99 | 16.54 | 82.97 | - |
| YUV | 97.44 | 207.32 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 238 | 0.88 | 0.56 | 0 | 0.07 | 218.18 | 0.86 | 0.52 |
| Hex | 1D | 69 | EE | 58 | 38 | 0 | 7 | DA | 56 | 34 |
| Octal | 35 | 151 | 356 | 130 | 70 | 0 | 7 | 332 | 126 | 64 |
| Binary | 11101 | 1101001 | 11101110 | 1011000 | 111000 | 0 | 111 | 11011010 | 1010110 | 110100 |
Color Harmonies of #1D69EE
Complementary color
Monochromatic Colors of #1D69EE
Black with #1D69EE
Text Example
Text Example
White with #1D69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D69EE; }
p { color: rgb(29,105,238); }
H1.HeaderClassName
{
color: #1D69EE;
}
.AnyTagClassName
{
color: #1D69EE;
}
</style>
background-color css
<style>
a { background-color: #1D69EE; }
a { background-color: rgb(29,105,238); }
div.DivClassName
{
background-color: #1D69EE;
}
.BgClassName
{
background-color: #1D69EE;
}
</style>
border-color css
<style>
span { border-color: #1D69EE; }
span { border-color: rgb(29,105,238); }
td.TdClassName
{
border-color: #1D69EE;
}
.TagClassName
{
border-color: #1D69EE;
}
</style>