Shades of Royal Blue #1650FE
Tints of Royal Blue #1650FE
RGB
CMYK
RGB Variations
Color information
#1650FE (or 0x1650FE) is known color: Royal Blue. HEX triplet: 16, 50 and FE. RGB value is (22,80,254). Sum of RGB (Red+Green+Blue) = 22+80+254=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #1650FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1650FE is #E9AF01. Grayscale: #515151. Windows color (decimal): -15314690 or 16666646. OLE color: 16666646.
HSL color Cylindrical-coordinate representation of color #1650FE: hue angle of 225º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1650FE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 80 | 254 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.00 |
| HSL | 225º | 0.99% | 0.54% | - |
| HSV(B) | 225º | 0.91% | 1% | - |
| XYZ | 21.09 | 13.06 | 95.18 | - |
| YUV | 82.49 | 224.78 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 254 | 0.91 | 0.69 | 0 | 0.00 | 225 | 0.99 | 0.54 |
| Hex | 16 | 50 | FE | 5B | 45 | 0 | 0 | E1 | 63 | 36 |
| Octal | 26 | 120 | 376 | 133 | 105 | 0 | 0 | 341 | 143 | 66 |
| Binary | 10110 | 1010000 | 11111110 | 1011011 | 1000101 | 0 | 0 | 11100001 | 1100011 | 110110 |
Color Harmonies of #1650FE
Complementary color
Monochromatic Colors of #1650FE
Black with #1650FE
Text Example
Text Example
White with #1650FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650FE; }
p { color: rgb(22,80,254); }
H1.HeaderClassName
{
color: #1650FE;
}
.AnyTagClassName
{
color: #1650FE;
}
</style>
background-color css
<style>
a { background-color: #1650FE; }
a { background-color: rgb(22,80,254); }
div.DivClassName
{
background-color: #1650FE;
}
.BgClassName
{
background-color: #1650FE;
}
</style>
border-color css
<style>
span { border-color: #1650FE; }
span { border-color: rgb(22,80,254); }
td.TdClassName
{
border-color: #1650FE;
}
.TagClassName
{
border-color: #1650FE;
}
</style>