Shades of Royal Blue #1F61E0
Tints of Royal Blue #1F61E0
RGB
CMYK
RGB Variations
Color information
#1F61E0 (or 0x1F61E0) is known color: Royal Blue. HEX triplet: 1F, 61 and E0. RGB value is (31,97,224). Sum of RGB (Red+Green+Blue) = 31+97+224=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #1F61E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F61E0 is #E09E1F. Grayscale: #5B5B5B. Windows color (decimal): -14720544 or 14704927. OLE color: 14704927.
HSL color Cylindrical-coordinate representation of color #1F61E0: hue angle of 219.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F61E0 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 97 | 224 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.12 |
| HSL | 219.48º | 0.76% | 0.5% | - |
| HSV(B) | 219.48º | 0.86% | 0.88% | - |
| XYZ | 18.29 | 14.22 | 72.3 | - |
| YUV | 91.74 | 202.63 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 224 | 0.86 | 0.57 | 0 | 0.12 | 219.48 | 0.76 | 0.5 |
| Hex | 1F | 61 | E0 | 56 | 39 | 0 | C | DB | 4C | 32 |
| Octal | 37 | 141 | 340 | 126 | 71 | 0 | 14 | 333 | 114 | 62 |
| Binary | 11111 | 1100001 | 11100000 | 1010110 | 111001 | 0 | 1100 | 11011011 | 1001100 | 110010 |
Color Harmonies of #1F61E0
Complementary color
Monochromatic Colors of #1F61E0
Black with #1F61E0
Text Example
Text Example
White with #1F61E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F61E0; }
p { color: rgb(31,97,224); }
H1.HeaderClassName
{
color: #1F61E0;
}
.AnyTagClassName
{
color: #1F61E0;
}
</style>
background-color css
<style>
a { background-color: #1F61E0; }
a { background-color: rgb(31,97,224); }
div.DivClassName
{
background-color: #1F61E0;
}
.BgClassName
{
background-color: #1F61E0;
}
</style>
border-color css
<style>
span { border-color: #1F61E0; }
span { border-color: rgb(31,97,224); }
td.TdClassName
{
border-color: #1F61E0;
}
.TagClassName
{
border-color: #1F61E0;
}
</style>