Shades of Royal Blue #1950FA
Tints of Royal Blue #1950FA
RGB
CMYK
RGB Variations
Color information
#1950FA (or 0x1950FA) is known color: Royal Blue. HEX triplet: 19, 50 and FA. RGB value is (25,80,250). Sum of RGB (Red+Green+Blue) = 25+80+250=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #1950FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1950FA is #E6AF05. Grayscale: #525252. Windows color (decimal): -15118086 or 16404505. OLE color: 16404505.
HSL color Cylindrical-coordinate representation of color #1950FA: hue angle of 225.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1950FA is Cyan = 0.9, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 80 | 250 | - |
| CMYK | 0.9 | 0.68 | 0 | 0.02 |
| HSL | 225.33º | 0.96% | 0.54% | - |
| HSV(B) | 225.33º | 0.9% | 0.98% | - |
| XYZ | 20.52 | 12.85 | 91.84 | - |
| YUV | 82.94 | 222.28 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 250 | 0.9 | 0.68 | 0 | 0.02 | 225.33 | 0.96 | 0.54 |
| Hex | 19 | 50 | FA | 5A | 44 | 0 | 2 | E1 | 60 | 36 |
| Octal | 31 | 120 | 372 | 132 | 104 | 0 | 2 | 341 | 140 | 66 |
| Binary | 11001 | 1010000 | 11111010 | 1011010 | 1000100 | 0 | 10 | 11100001 | 1100000 | 110110 |
Color Harmonies of #1950FA
Complementary color
Monochromatic Colors of #1950FA
Black with #1950FA
Text Example
Text Example
White with #1950FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1950FA; }
p { color: rgb(25,80,250); }
H1.HeaderClassName
{
color: #1950FA;
}
.AnyTagClassName
{
color: #1950FA;
}
</style>
background-color css
<style>
a { background-color: #1950FA; }
a { background-color: rgb(25,80,250); }
div.DivClassName
{
background-color: #1950FA;
}
.BgClassName
{
background-color: #1950FA;
}
</style>
border-color css
<style>
span { border-color: #1950FA; }
span { border-color: rgb(25,80,250); }
td.TdClassName
{
border-color: #1950FA;
}
.TagClassName
{
border-color: #1950FA;
}
</style>