Shades of Royal Blue #1654F2
Tints of Royal Blue #1654F2
RGB
CMYK
RGB Variations
Color information
#1654F2 (or 0x1654F2) is known color: Royal Blue. HEX triplet: 16, 54 and F2. RGB value is (22,84,242). Sum of RGB (Red+Green+Blue) = 22+84+242=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 242 (94.92% from 255 or 69.54% from 348); Max value from RGB is 242 - color contains mainly: blue. Hex color #1654F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1654F2 is #E9AB0D. Grayscale: #525252. Windows color (decimal): -15313678 or 15881238. OLE color: 15881238.
HSL color Cylindrical-coordinate representation of color #1654F2: hue angle of 223.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1654F2 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 84 | 242 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.05 |
| HSL | 223.09º | 0.89% | 0.52% | - |
| HSV(B) | 223.09º | 0.91% | 0.95% | - |
| XYZ | 19.53 | 12.92 | 85.47 | - |
| YUV | 83.47 | 217.46 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 242 | 0.91 | 0.65 | 0 | 0.05 | 223.09 | 0.89 | 0.52 |
| Hex | 16 | 54 | F2 | 5B | 41 | 0 | 5 | DF | 59 | 34 |
| Octal | 26 | 124 | 362 | 133 | 101 | 0 | 5 | 337 | 131 | 64 |
| Binary | 10110 | 1010100 | 11110010 | 1011011 | 1000001 | 0 | 101 | 11011111 | 1011001 | 110100 |
Color Harmonies of #1654F2
Complementary color
Monochromatic Colors of #1654F2
Black with #1654F2
Text Example
Text Example
White with #1654F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654F2; }
p { color: rgb(22,84,242); }
H1.HeaderClassName
{
color: #1654F2;
}
.AnyTagClassName
{
color: #1654F2;
}
</style>
background-color css
<style>
a { background-color: #1654F2; }
a { background-color: rgb(22,84,242); }
div.DivClassName
{
background-color: #1654F2;
}
.BgClassName
{
background-color: #1654F2;
}
</style>
border-color css
<style>
span { border-color: #1654F2; }
span { border-color: rgb(22,84,242); }
td.TdClassName
{
border-color: #1654F2;
}
.TagClassName
{
border-color: #1654F2;
}
</style>