Shades of Royal Blue #1F5FFC
Tints of Royal Blue #1F5FFC
RGB
CMYK
RGB Variations
Color information
#1F5FFC (or 0x1F5FFC) is known color: Royal Blue. HEX triplet: 1F, 5F and FC. RGB value is (31,95,252). Sum of RGB (Red+Green+Blue) = 31+95+252=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F5FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5FFC is #E0A003. Grayscale: #5D5D5D. Windows color (decimal): -14721028 or 16539423. OLE color: 16539423.
HSL color Cylindrical-coordinate representation of color #1F5FFC: hue angle of 222.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F5FFC is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 95 | 252 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.01 |
| HSL | 222.62º | 0.97% | 0.55% | - |
| HSV(B) | 222.62º | 0.88% | 0.99% | - |
| XYZ | 22.23 | 15.5 | 93.92 | - |
| YUV | 93.76 | 217.3 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 252 | 0.88 | 0.62 | 0 | 0.01 | 222.62 | 0.97 | 0.55 |
| Hex | 1F | 5F | FC | 58 | 3E | 0 | 1 | DF | 61 | 37 |
| Octal | 37 | 137 | 374 | 130 | 76 | 0 | 1 | 337 | 141 | 67 |
| Binary | 11111 | 1011111 | 11111100 | 1011000 | 111110 | 0 | 1 | 11011111 | 1100001 | 110111 |
Color Harmonies of #1F5FFC
Complementary color
Monochromatic Colors of #1F5FFC
Black with #1F5FFC
Text Example
Text Example
White with #1F5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FFC; }
p { color: rgb(31,95,252); }
H1.HeaderClassName
{
color: #1F5FFC;
}
.AnyTagClassName
{
color: #1F5FFC;
}
</style>
background-color css
<style>
a { background-color: #1F5FFC; }
a { background-color: rgb(31,95,252); }
div.DivClassName
{
background-color: #1F5FFC;
}
.BgClassName
{
background-color: #1F5FFC;
}
</style>
border-color css
<style>
span { border-color: #1F5FFC; }
span { border-color: rgb(31,95,252); }
td.TdClassName
{
border-color: #1F5FFC;
}
.TagClassName
{
border-color: #1F5FFC;
}
</style>