Shades of Royal Blue #1D4FEF
Tints of Royal Blue #1D4FEF
RGB
CMYK
RGB Variations
Color information
#1D4FEF (or 0x1D4FEF) is known color: Royal Blue. HEX triplet: 1D, 4F and EF. RGB value is (29,79,239). Sum of RGB (Red+Green+Blue) = 29+79+239=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D4FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4FEF is #E2B010. Grayscale: #515151. Windows color (decimal): -14856209 or 15683357. OLE color: 15683357.
HSL color Cylindrical-coordinate representation of color #1D4FEF: hue angle of 225.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4FEF is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 79 | 239 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.06 |
| HSL | 225.71º | 0.87% | 0.53% | - |
| HSV(B) | 225.71º | 0.88% | 0.94% | - |
| XYZ | 18.88 | 12.09 | 83 | - |
| YUV | 82.29 | 216.44 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 239 | 0.88 | 0.67 | 0 | 0.06 | 225.71 | 0.87 | 0.53 |
| Hex | 1D | 4F | EF | 58 | 43 | 0 | 6 | E2 | 57 | 35 |
| Octal | 35 | 117 | 357 | 130 | 103 | 0 | 6 | 342 | 127 | 65 |
| Binary | 11101 | 1001111 | 11101111 | 1011000 | 1000011 | 0 | 110 | 11100010 | 1010111 | 110101 |
Color Harmonies of #1D4FEF
Complementary color
Monochromatic Colors of #1D4FEF
Black with #1D4FEF
Text Example
Text Example
White with #1D4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4FEF; }
p { color: rgb(29,79,239); }
H1.HeaderClassName
{
color: #1D4FEF;
}
.AnyTagClassName
{
color: #1D4FEF;
}
</style>
background-color css
<style>
a { background-color: #1D4FEF; }
a { background-color: rgb(29,79,239); }
div.DivClassName
{
background-color: #1D4FEF;
}
.BgClassName
{
background-color: #1D4FEF;
}
</style>
border-color css
<style>
span { border-color: #1D4FEF; }
span { border-color: rgb(29,79,239); }
td.TdClassName
{
border-color: #1D4FEF;
}
.TagClassName
{
border-color: #1D4FEF;
}
</style>