Shades of Royal Blue #1F50EA
Tints of Royal Blue #1F50EA
RGB
CMYK
RGB Variations
Color information
#1F50EA (or 0x1F50EA) is known color: Royal Blue. HEX triplet: 1F, 50 and EA. RGB value is (31,80,234). Sum of RGB (Red+Green+Blue) = 31+80+234=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F50EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F50EA is #E0AF15. Grayscale: #525252. Windows color (decimal): -14724886 or 15355935. OLE color: 15355935.
HSL color Cylindrical-coordinate representation of color #1F50EA: hue angle of 225.52º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F50EA is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 80 | 234 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.08 |
| HSL | 225.52º | 0.83% | 0.52% | - |
| HSV(B) | 225.52º | 0.87% | 0.92% | - |
| XYZ | 18.29 | 11.97 | 79.19 | - |
| YUV | 82.91 | 213.27 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 234 | 0.87 | 0.66 | 0 | 0.08 | 225.52 | 0.83 | 0.52 |
| Hex | 1F | 50 | EA | 57 | 42 | 0 | 8 | E2 | 53 | 34 |
| Octal | 37 | 120 | 352 | 127 | 102 | 0 | 10 | 342 | 123 | 64 |
| Binary | 11111 | 1010000 | 11101010 | 1010111 | 1000010 | 0 | 1000 | 11100010 | 1010011 | 110100 |
Color Harmonies of #1F50EA
Complementary color
Monochromatic Colors of #1F50EA
Black with #1F50EA
Text Example
Text Example
White with #1F50EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F50EA; }
p { color: rgb(31,80,234); }
H1.HeaderClassName
{
color: #1F50EA;
}
.AnyTagClassName
{
color: #1F50EA;
}
</style>
background-color css
<style>
a { background-color: #1F50EA; }
a { background-color: rgb(31,80,234); }
div.DivClassName
{
background-color: #1F50EA;
}
.BgClassName
{
background-color: #1F50EA;
}
</style>
border-color css
<style>
span { border-color: #1F50EA; }
span { border-color: rgb(31,80,234); }
td.TdClassName
{
border-color: #1F50EA;
}
.TagClassName
{
border-color: #1F50EA;
}
</style>