Shades of Royal Blue #1950FE
Tints of Royal Blue #1950FE
RGB
CMYK
RGB Variations
Color information
#1950FE (or 0x1950FE) is known color: Royal Blue. HEX triplet: 19, 50 and FE. RGB value is (25,80,254). Sum of RGB (Red+Green+Blue) = 25+80+254=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #1950FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1950FE is #E6AF01. Grayscale: #525252. Windows color (decimal): -15118082 or 16666649. OLE color: 16666649.
HSL color Cylindrical-coordinate representation of color #1950FE: hue angle of 225.59º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1950FE is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 80 | 254 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.00 |
| HSL | 225.59º | 0.99% | 0.55% | - |
| HSV(B) | 225.59º | 0.9% | 1% | - |
| XYZ | 21.16 | 13.1 | 95.18 | - |
| YUV | 83.39 | 224.28 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 254 | 0.90 | 0.69 | 0 | 0.00 | 225.59 | 0.99 | 0.55 |
| Hex | 19 | 50 | FE | 5A | 45 | 0 | 0 | E2 | 63 | 37 |
| Octal | 31 | 120 | 376 | 132 | 105 | 0 | 0 | 342 | 143 | 67 |
| Binary | 11001 | 1010000 | 11111110 | 1011010 | 1000101 | 0 | 0 | 11100010 | 1100011 | 110111 |
Color Harmonies of #1950FE
Complementary color
Monochromatic Colors of #1950FE
Black with #1950FE
Text Example
Text Example
White with #1950FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1950FE; }
p { color: rgb(25,80,254); }
H1.HeaderClassName
{
color: #1950FE;
}
.AnyTagClassName
{
color: #1950FE;
}
</style>
background-color css
<style>
a { background-color: #1950FE; }
a { background-color: rgb(25,80,254); }
div.DivClassName
{
background-color: #1950FE;
}
.BgClassName
{
background-color: #1950FE;
}
</style>
border-color css
<style>
span { border-color: #1950FE; }
span { border-color: rgb(25,80,254); }
td.TdClassName
{
border-color: #1950FE;
}
.TagClassName
{
border-color: #1950FE;
}
</style>