Shades of Royal Blue #1F73DF
Tints of Royal Blue #1F73DF
RGB
CMYK
RGB Variations
Color information
#1F73DF (or 0x1F73DF) is known color: Royal Blue. HEX triplet: 1F, 73 and DF. RGB value is (31,115,223). Sum of RGB (Red+Green+Blue) = 31+115+223=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F73DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F73DF is #E08C20. Grayscale: #656565. Windows color (decimal): -14715937 or 14643999. OLE color: 14643999.
HSL color Cylindrical-coordinate representation of color #1F73DF: hue angle of 213.75º 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 #1F73DF is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 115 | 223 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.13 |
| HSL | 213.75º | 0.76% | 0.5% | - |
| HSV(B) | 213.75º | 0.86% | 0.87% | - |
| XYZ | 20.02 | 17.88 | 72.21 | - |
| YUV | 102.2 | 196.17 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 223 | 0.86 | 0.48 | 0 | 0.13 | 213.75 | 0.76 | 0.5 |
| Hex | 1F | 73 | DF | 56 | 30 | 0 | D | D6 | 4C | 32 |
| Octal | 37 | 163 | 337 | 126 | 60 | 0 | 15 | 326 | 114 | 62 |
| Binary | 11111 | 1110011 | 11011111 | 1010110 | 110000 | 0 | 1101 | 11010110 | 1001100 | 110010 |
Color Harmonies of #1F73DF
Complementary color
Monochromatic Colors of #1F73DF
Black with #1F73DF
Text Example
Text Example
White with #1F73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F73DF; }
p { color: rgb(31,115,223); }
H1.HeaderClassName
{
color: #1F73DF;
}
.AnyTagClassName
{
color: #1F73DF;
}
</style>
background-color css
<style>
a { background-color: #1F73DF; }
a { background-color: rgb(31,115,223); }
div.DivClassName
{
background-color: #1F73DF;
}
.BgClassName
{
background-color: #1F73DF;
}
</style>
border-color css
<style>
span { border-color: #1F73DF; }
span { border-color: rgb(31,115,223); }
td.TdClassName
{
border-color: #1F73DF;
}
.TagClassName
{
border-color: #1F73DF;
}
</style>