Shades of Royal Blue #1658FF
Tints of Royal Blue #1658FF
RGB
CMYK
RGB Variations
Color information
#1658FF (or 0x1658FF) is known color: Royal Blue. HEX triplet: 16, 58 and FF. RGB value is (22,88,255). Sum of RGB (Red+Green+Blue) = 22+88+255=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #1658FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1658FF is #E9A700. Grayscale: #565656. Windows color (decimal): -15312641 or 16734230. OLE color: 16734230.
HSL color Cylindrical-coordinate representation of color #1658FF: hue angle of 223º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1658FF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 88 | 255 | - |
| CMYK | 0.91 | 0.65 | 0 | 0 |
| HSL | 223º | 1% | 0.54% | - |
| HSV(B) | 223º | 0.91% | 1% | - |
| XYZ | 21.87 | 14.37 | 96.23 | - |
| YUV | 87.3 | 222.63 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 255 | 0.91 | 0.65 | 0 | 0 | 223 | 1 | 0.54 |
| Hex | 16 | 58 | FF | 5B | 41 | 0 | 0 | DF | 64 | 36 |
| Octal | 26 | 130 | 377 | 133 | 101 | 0 | 0 | 337 | 144 | 66 |
| Binary | 10110 | 1011000 | 11111111 | 1011011 | 1000001 | 0 | 0 | 11011111 | 1100100 | 110110 |
Color Harmonies of #1658FF
Complementary color
Monochromatic Colors of #1658FF
Black with #1658FF
Text Example
Text Example
White with #1658FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1658FF; }
p { color: rgb(22,88,255); }
H1.HeaderClassName
{
color: #1658FF;
}
.AnyTagClassName
{
color: #1658FF;
}
</style>
background-color css
<style>
a { background-color: #1658FF; }
a { background-color: rgb(22,88,255); }
div.DivClassName
{
background-color: #1658FF;
}
.BgClassName
{
background-color: #1658FF;
}
</style>
border-color css
<style>
span { border-color: #1658FF; }
span { border-color: rgb(22,88,255); }
td.TdClassName
{
border-color: #1658FF;
}
.TagClassName
{
border-color: #1658FF;
}
</style>