Shades of Royal Blue #1F5DF0
Tints of Royal Blue #1F5DF0
RGB
CMYK
RGB Variations
Color information
#1F5DF0 (or 0x1F5DF0) is known color: Royal Blue. HEX triplet: 1F, 5D and F0. RGB value is (31,93,240). Sum of RGB (Red+Green+Blue) = 31+93+240=364 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.52% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #1F5DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5DF0 is #E0A20F. Grayscale: #5A5A5A. Windows color (decimal): -14721552 or 15752479. OLE color: 15752479.
HSL color Cylindrical-coordinate representation of color #1F5DF0: hue angle of 222.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F5DF0 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 93 | 240 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.06 |
| HSL | 222.2º | 0.87% | 0.53% | - |
| HSV(B) | 222.2º | 0.87% | 0.94% | - |
| XYZ | 20.21 | 14.41 | 84.15 | - |
| YUV | 91.22 | 211.96 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 240 | 0.87 | 0.61 | 0 | 0.06 | 222.2 | 0.87 | 0.53 |
| Hex | 1F | 5D | F0 | 57 | 3D | 0 | 6 | DE | 57 | 35 |
| Octal | 37 | 135 | 360 | 127 | 75 | 0 | 6 | 336 | 127 | 65 |
| Binary | 11111 | 1011101 | 11110000 | 1010111 | 111101 | 0 | 110 | 11011110 | 1010111 | 110101 |
Color Harmonies of #1F5DF0
Complementary color
Monochromatic Colors of #1F5DF0
Black with #1F5DF0
Text Example
Text Example
White with #1F5DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5DF0; }
p { color: rgb(31,93,240); }
H1.HeaderClassName
{
color: #1F5DF0;
}
.AnyTagClassName
{
color: #1F5DF0;
}
</style>
background-color css
<style>
a { background-color: #1F5DF0; }
a { background-color: rgb(31,93,240); }
div.DivClassName
{
background-color: #1F5DF0;
}
.BgClassName
{
background-color: #1F5DF0;
}
</style>
border-color css
<style>
span { border-color: #1F5DF0; }
span { border-color: rgb(31,93,240); }
td.TdClassName
{
border-color: #1F5DF0;
}
.TagClassName
{
border-color: #1F5DF0;
}
</style>