Shades of Royal Blue #1D4FF1
Tints of Royal Blue #1D4FF1
RGB
CMYK
RGB Variations
Color information
#1D4FF1 (or 0x1D4FF1) is known color: Royal Blue. HEX triplet: 1D, 4F and F1. RGB value is (29,79,241). Sum of RGB (Red+Green+Blue) = 29+79+241=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #1D4FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4FF1 is #E2B00E. Grayscale: #515151. Windows color (decimal): -14856207 or 15814429. OLE color: 15814429.
HSL color Cylindrical-coordinate representation of color #1D4FF1: hue angle of 225.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4FF1 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 79 | 241 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.05 |
| HSL | 225.85º | 0.88% | 0.53% | - |
| HSV(B) | 225.85º | 0.88% | 0.95% | - |
| XYZ | 19.18 | 12.2 | 84.56 | - |
| YUV | 82.52 | 217.44 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 241 | 0.88 | 0.67 | 0 | 0.05 | 225.85 | 0.88 | 0.53 |
| Hex | 1D | 4F | F1 | 58 | 43 | 0 | 5 | E2 | 58 | 35 |
| Octal | 35 | 117 | 361 | 130 | 103 | 0 | 5 | 342 | 130 | 65 |
| Binary | 11101 | 1001111 | 11110001 | 1011000 | 1000011 | 0 | 101 | 11100010 | 1011000 | 110101 |
Color Harmonies of #1D4FF1
Complementary color
Monochromatic Colors of #1D4FF1
Black with #1D4FF1
Text Example
Text Example
White with #1D4FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4FF1; }
p { color: rgb(29,79,241); }
H1.HeaderClassName
{
color: #1D4FF1;
}
.AnyTagClassName
{
color: #1D4FF1;
}
</style>
background-color css
<style>
a { background-color: #1D4FF1; }
a { background-color: rgb(29,79,241); }
div.DivClassName
{
background-color: #1D4FF1;
}
.BgClassName
{
background-color: #1D4FF1;
}
</style>
border-color css
<style>
span { border-color: #1D4FF1; }
span { border-color: rgb(29,79,241); }
td.TdClassName
{
border-color: #1D4FF1;
}
.TagClassName
{
border-color: #1D4FF1;
}
</style>