Shades of Royal Blue #1F5FFD
Tints of Royal Blue #1F5FFD
RGB
CMYK
RGB Variations
Color information
#1F5FFD (or 0x1F5FFD) is known color: Royal Blue. HEX triplet: 1F, 5F and FD. RGB value is (31,95,253). Sum of RGB (Red+Green+Blue) = 31+95+253=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F5FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5FFD is #E0A002. Grayscale: #5D5D5D. Windows color (decimal): -14721027 or 16604959. OLE color: 16604959.
HSL color Cylindrical-coordinate representation of color #1F5FFD: hue angle of 222.7º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F5FFD is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 95 | 253 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.01 |
| HSL | 222.7º | 0.98% | 0.56% | - |
| HSV(B) | 222.7º | 0.88% | 0.99% | - |
| XYZ | 22.39 | 15.57 | 94.75 | - |
| YUV | 93.88 | 217.8 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 253 | 0.88 | 0.62 | 0 | 0.01 | 222.7 | 0.98 | 0.56 |
| Hex | 1F | 5F | FD | 58 | 3E | 0 | 1 | DF | 62 | 38 |
| Octal | 37 | 137 | 375 | 130 | 76 | 0 | 1 | 337 | 142 | 70 |
| Binary | 11111 | 1011111 | 11111101 | 1011000 | 111110 | 0 | 1 | 11011111 | 1100010 | 111000 |
Color Harmonies of #1F5FFD
Complementary color
Monochromatic Colors of #1F5FFD
Black with #1F5FFD
Text Example
Text Example
White with #1F5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FFD; }
p { color: rgb(31,95,253); }
H1.HeaderClassName
{
color: #1F5FFD;
}
.AnyTagClassName
{
color: #1F5FFD;
}
</style>
background-color css
<style>
a { background-color: #1F5FFD; }
a { background-color: rgb(31,95,253); }
div.DivClassName
{
background-color: #1F5FFD;
}
.BgClassName
{
background-color: #1F5FFD;
}
</style>
border-color css
<style>
span { border-color: #1F5FFD; }
span { border-color: rgb(31,95,253); }
td.TdClassName
{
border-color: #1F5FFD;
}
.TagClassName
{
border-color: #1F5FFD;
}
</style>