Shades of Royal Blue #1F6BDF
Tints of Royal Blue #1F6BDF
RGB
CMYK
RGB Variations
Color information
#1F6BDF (or 0x1F6BDF) is known color: Royal Blue. HEX triplet: 1F, 6B and DF. RGB value is (31,107,223). Sum of RGB (Red+Green+Blue) = 31+107+223=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F6BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6BDF is #E09420. Grayscale: #606060. Windows color (decimal): -14717985 or 14641951. OLE color: 14641951.
HSL color Cylindrical-coordinate representation of color #1F6BDF: hue angle of 216.25º 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 #1F6BDF is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 107 | 223 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.13 |
| HSL | 216.25º | 0.76% | 0.5% | - |
| HSV(B) | 216.25º | 0.86% | 0.87% | - |
| XYZ | 19.14 | 16.13 | 71.92 | - |
| YUV | 97.5 | 198.82 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 107 | 223 | 0.86 | 0.52 | 0 | 0.13 | 216.25 | 0.76 | 0.5 |
| Hex | 1F | 6B | DF | 56 | 34 | 0 | D | D8 | 4C | 32 |
| Octal | 37 | 153 | 337 | 126 | 64 | 0 | 15 | 330 | 114 | 62 |
| Binary | 11111 | 1101011 | 11011111 | 1010110 | 110100 | 0 | 1101 | 11011000 | 1001100 | 110010 |
Color Harmonies of #1F6BDF
Complementary color
Monochromatic Colors of #1F6BDF
Black with #1F6BDF
Text Example
Text Example
White with #1F6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6BDF; }
p { color: rgb(31,107,223); }
H1.HeaderClassName
{
color: #1F6BDF;
}
.AnyTagClassName
{
color: #1F6BDF;
}
</style>
background-color css
<style>
a { background-color: #1F6BDF; }
a { background-color: rgb(31,107,223); }
div.DivClassName
{
background-color: #1F6BDF;
}
.BgClassName
{
background-color: #1F6BDF;
}
</style>
border-color css
<style>
span { border-color: #1F6BDF; }
span { border-color: rgb(31,107,223); }
td.TdClassName
{
border-color: #1F6BDF;
}
.TagClassName
{
border-color: #1F6BDF;
}
</style>