Shades of Royal Blue #1652FB
Tints of Royal Blue #1652FB
RGB
CMYK
RGB Variations
Color information
#1652FB (or 0x1652FB) is known color: Royal Blue. HEX triplet: 16, 52 and FB. RGB value is (22,82,251). Sum of RGB (Red+Green+Blue) = 22+82+251=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #1652FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1652FB is #E9AD04. Grayscale: #525252. Windows color (decimal): -15314181 or 16470550. OLE color: 16470550.
HSL color Cylindrical-coordinate representation of color #1652FB: hue angle of 224.28º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1652FB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 82 | 251 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.02 |
| HSL | 224.28º | 0.97% | 0.54% | - |
| HSV(B) | 224.28º | 0.91% | 0.98% | - |
| XYZ | 20.76 | 13.17 | 92.71 | - |
| YUV | 83.33 | 222.62 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 251 | 0.91 | 0.67 | 0 | 0.02 | 224.28 | 0.97 | 0.54 |
| Hex | 16 | 52 | FB | 5B | 43 | 0 | 2 | E0 | 61 | 36 |
| Octal | 26 | 122 | 373 | 133 | 103 | 0 | 2 | 340 | 141 | 66 |
| Binary | 10110 | 1010010 | 11111011 | 1011011 | 1000011 | 0 | 10 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1652FB
Complementary color
Monochromatic Colors of #1652FB
Black with #1652FB
Text Example
Text Example
White with #1652FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1652FB; }
p { color: rgb(22,82,251); }
H1.HeaderClassName
{
color: #1652FB;
}
.AnyTagClassName
{
color: #1652FB;
}
</style>
background-color css
<style>
a { background-color: #1652FB; }
a { background-color: rgb(22,82,251); }
div.DivClassName
{
background-color: #1652FB;
}
.BgClassName
{
background-color: #1652FB;
}
</style>
border-color css
<style>
span { border-color: #1652FB; }
span { border-color: rgb(22,82,251); }
td.TdClassName
{
border-color: #1652FB;
}
.TagClassName
{
border-color: #1652FB;
}
</style>