Shades of Royal Blue #1651FE
Tints of Royal Blue #1651FE
RGB
CMYK
RGB Variations
Color information
#1651FE (or 0x1651FE) is known color: Royal Blue. HEX triplet: 16, 51 and FE. RGB value is (22,81,254). Sum of RGB (Red+Green+Blue) = 22+81+254=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #1651FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1651FE is #E9AE01. Grayscale: #525252. Windows color (decimal): -15314434 or 16666902. OLE color: 16666902.
HSL color Cylindrical-coordinate representation of color #1651FE: hue angle of 224.74º 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 #1651FE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 81 | 254 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.00 |
| HSL | 224.74º | 0.99% | 0.54% | - |
| HSV(B) | 224.74º | 0.91% | 1% | - |
| XYZ | 21.16 | 13.21 | 95.2 | - |
| YUV | 83.08 | 224.45 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 254 | 0.91 | 0.68 | 0 | 0.00 | 224.74 | 0.99 | 0.54 |
| Hex | 16 | 51 | FE | 5B | 44 | 0 | 0 | E1 | 63 | 36 |
| Octal | 26 | 121 | 376 | 133 | 104 | 0 | 0 | 341 | 143 | 66 |
| Binary | 10110 | 1010001 | 11111110 | 1011011 | 1000100 | 0 | 0 | 11100001 | 1100011 | 110110 |
Color Harmonies of #1651FE
Complementary color
Monochromatic Colors of #1651FE
Black with #1651FE
Text Example
Text Example
White with #1651FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1651FE; }
p { color: rgb(22,81,254); }
H1.HeaderClassName
{
color: #1651FE;
}
.AnyTagClassName
{
color: #1651FE;
}
</style>
background-color css
<style>
a { background-color: #1651FE; }
a { background-color: rgb(22,81,254); }
div.DivClassName
{
background-color: #1651FE;
}
.BgClassName
{
background-color: #1651FE;
}
</style>
border-color css
<style>
span { border-color: #1651FE; }
span { border-color: rgb(22,81,254); }
td.TdClassName
{
border-color: #1651FE;
}
.TagClassName
{
border-color: #1651FE;
}
</style>