Shades of Royal Blue #1D4BF4
Tints of Royal Blue #1D4BF4
RGB
CMYK
RGB Variations
Color information
#1D4BF4 (or 0x1D4BF4) is known color: Royal Blue. HEX triplet: 1D, 4B and F4. RGB value is (29,75,244). Sum of RGB (Red+Green+Blue) = 29+75+244=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 244 (95.70% from 255 or 70.11% from 348); Max value from RGB is 244 - color contains mainly: blue. Hex color #1D4BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4BF4 is #E2B40B. Grayscale: #4F4F4F. Windows color (decimal): -14857228 or 16010013. OLE color: 16010013.
HSL color Cylindrical-coordinate representation of color #1D4BF4: hue angle of 227.16º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4BF4 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 75 | 244 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.04 |
| HSL | 227.16º | 0.91% | 0.54% | - |
| HSV(B) | 227.16º | 0.88% | 0.96% | - |
| XYZ | 19.35 | 11.83 | 86.85 | - |
| YUV | 80.51 | 220.26 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 244 | 0.88 | 0.69 | 0 | 0.04 | 227.16 | 0.91 | 0.54 |
| Hex | 1D | 4B | F4 | 58 | 45 | 0 | 4 | E3 | 5B | 36 |
| Octal | 35 | 113 | 364 | 130 | 105 | 0 | 4 | 343 | 133 | 66 |
| Binary | 11101 | 1001011 | 11110100 | 1011000 | 1000101 | 0 | 100 | 11100011 | 1011011 | 110110 |
Color Harmonies of #1D4BF4
Complementary color
Monochromatic Colors of #1D4BF4
Black with #1D4BF4
Text Example
Text Example
White with #1D4BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4BF4; }
p { color: rgb(29,75,244); }
H1.HeaderClassName
{
color: #1D4BF4;
}
.AnyTagClassName
{
color: #1D4BF4;
}
</style>
background-color css
<style>
a { background-color: #1D4BF4; }
a { background-color: rgb(29,75,244); }
div.DivClassName
{
background-color: #1D4BF4;
}
.BgClassName
{
background-color: #1D4BF4;
}
</style>
border-color css
<style>
span { border-color: #1D4BF4; }
span { border-color: rgb(29,75,244); }
td.TdClassName
{
border-color: #1D4BF4;
}
.TagClassName
{
border-color: #1D4BF4;
}
</style>