Shades of Royal Blue #1F62DF
Tints of Royal Blue #1F62DF
RGB
CMYK
RGB Variations
Color information
#1F62DF (or 0x1F62DF) is known color: Royal Blue. HEX triplet: 1F, 62 and DF. RGB value is (31,98,223). Sum of RGB (Red+Green+Blue) = 31+98+223=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F62DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F62DF is #E09D20. Grayscale: #5B5B5B. Windows color (decimal): -14720289 or 14639647. OLE color: 14639647.
HSL color Cylindrical-coordinate representation of color #1F62DF: hue angle of 219.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F62DF is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 98 | 223 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.13 |
| HSL | 219.06º | 0.76% | 0.5% | - |
| HSV(B) | 219.06º | 0.86% | 0.87% | - |
| XYZ | 18.25 | 14.35 | 71.62 | - |
| YUV | 92.22 | 201.8 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 223 | 0.86 | 0.56 | 0 | 0.13 | 219.06 | 0.76 | 0.5 |
| Hex | 1F | 62 | DF | 56 | 38 | 0 | D | DB | 4C | 32 |
| Octal | 37 | 142 | 337 | 126 | 70 | 0 | 15 | 333 | 114 | 62 |
| Binary | 11111 | 1100010 | 11011111 | 1010110 | 111000 | 0 | 1101 | 11011011 | 1001100 | 110010 |
Color Harmonies of #1F62DF
Complementary color
Monochromatic Colors of #1F62DF
Black with #1F62DF
Text Example
Text Example
White with #1F62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F62DF; }
p { color: rgb(31,98,223); }
H1.HeaderClassName
{
color: #1F62DF;
}
.AnyTagClassName
{
color: #1F62DF;
}
</style>
background-color css
<style>
a { background-color: #1F62DF; }
a { background-color: rgb(31,98,223); }
div.DivClassName
{
background-color: #1F62DF;
}
.BgClassName
{
background-color: #1F62DF;
}
</style>
border-color css
<style>
span { border-color: #1F62DF; }
span { border-color: rgb(31,98,223); }
td.TdClassName
{
border-color: #1F62DF;
}
.TagClassName
{
border-color: #1F62DF;
}
</style>