Shades of Royal Blue #1D5BF5
Tints of Royal Blue #1D5BF5
RGB
CMYK
RGB Variations
Color information
#1D5BF5 (or 0x1D5BF5) is known color: Royal Blue. HEX triplet: 1D, 5B and F5. RGB value is (29,91,245). Sum of RGB (Red+Green+Blue) = 29+91+245=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 245 (96.09% from 255 or 67.12% from 365); Max value from RGB is 245 - color contains mainly: blue. Hex color #1D5BF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5BF5 is #E2A40A. Grayscale: #595959. Windows color (decimal): -14853131 or 16079645. OLE color: 16079645.
HSL color Cylindrical-coordinate representation of color #1D5BF5: hue angle of 222.78º degrees, saturation: 0.92, 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 #1D5BF5 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 91 | 245 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.04 |
| HSL | 222.78º | 0.92% | 0.54% | - |
| HSV(B) | 222.78º | 0.88% | 0.96% | - |
| XYZ | 20.73 | 14.34 | 88.06 | - |
| YUV | 90.02 | 215.46 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 91 | 245 | 0.88 | 0.63 | 0 | 0.04 | 222.78 | 0.92 | 0.54 |
| Hex | 1D | 5B | F5 | 58 | 3F | 0 | 4 | DF | 5C | 36 |
| Octal | 35 | 133 | 365 | 130 | 77 | 0 | 4 | 337 | 134 | 66 |
| Binary | 11101 | 1011011 | 11110101 | 1011000 | 111111 | 0 | 100 | 11011111 | 1011100 | 110110 |
Color Harmonies of #1D5BF5
Complementary color
Monochromatic Colors of #1D5BF5
Black with #1D5BF5
Text Example
Text Example
White with #1D5BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5BF5; }
p { color: rgb(29,91,245); }
H1.HeaderClassName
{
color: #1D5BF5;
}
.AnyTagClassName
{
color: #1D5BF5;
}
</style>
background-color css
<style>
a { background-color: #1D5BF5; }
a { background-color: rgb(29,91,245); }
div.DivClassName
{
background-color: #1D5BF5;
}
.BgClassName
{
background-color: #1D5BF5;
}
</style>
border-color css
<style>
span { border-color: #1D5BF5; }
span { border-color: rgb(29,91,245); }
td.TdClassName
{
border-color: #1D5BF5;
}
.TagClassName
{
border-color: #1D5BF5;
}
</style>