Shades of Royal Blue #1F6DDF
Tints of Royal Blue #1F6DDF
RGB
CMYK
RGB Variations
Color information
#1F6DDF (or 0x1F6DDF) is known color: Royal Blue. HEX triplet: 1F, 6D and DF. RGB value is (31,109,223). Sum of RGB (Red+Green+Blue) = 31+109+223=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F6DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6DDF is #E09220. Grayscale: #626262. Windows color (decimal): -14717473 or 14642463. OLE color: 14642463.
HSL color Cylindrical-coordinate representation of color #1F6DDF: hue angle of 215.62º 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 #1F6DDF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 109 | 223 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.13 |
| HSL | 215.63º | 0.76% | 0.5% | - |
| HSV(B) | 215.63º | 0.86% | 0.87% | - |
| XYZ | 19.35 | 16.56 | 71.99 | - |
| YUV | 98.67 | 198.16 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 109 | 223 | 0.86 | 0.51 | 0 | 0.13 | 215.63 | 0.76 | 0.5 |
| Hex | 1F | 6D | DF | 56 | 33 | 0 | D | D8 | 4C | 32 |
| Octal | 37 | 155 | 337 | 126 | 63 | 0 | 15 | 330 | 114 | 62 |
| Binary | 11111 | 1101101 | 11011111 | 1010110 | 110011 | 0 | 1101 | 11011000 | 1001100 | 110010 |
Color Harmonies of #1F6DDF
Complementary color
Monochromatic Colors of #1F6DDF
Black with #1F6DDF
Text Example
Text Example
White with #1F6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6DDF; }
p { color: rgb(31,109,223); }
H1.HeaderClassName
{
color: #1F6DDF;
}
.AnyTagClassName
{
color: #1F6DDF;
}
</style>
background-color css
<style>
a { background-color: #1F6DDF; }
a { background-color: rgb(31,109,223); }
div.DivClassName
{
background-color: #1F6DDF;
}
.BgClassName
{
background-color: #1F6DDF;
}
</style>
border-color css
<style>
span { border-color: #1F6DDF; }
span { border-color: rgb(31,109,223); }
td.TdClassName
{
border-color: #1F6DDF;
}
.TagClassName
{
border-color: #1F6DDF;
}
</style>