Shades of Royal Blue #1859FB
Tints of Royal Blue #1859FB
RGB
CMYK
RGB Variations
Color information
#1859FB (or 0x1859FB) is known color: Royal Blue. HEX triplet: 18, 59 and FB. RGB value is (24,89,251). Sum of RGB (Red+Green+Blue) = 24+89+251=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #1859FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859FB is #E7A604. Grayscale: #575757. Windows color (decimal): -15181317 or 16472344. OLE color: 16472344.
HSL color Cylindrical-coordinate representation of color #1859FB: hue angle of 222.82º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1859FB is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 89 | 251 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.02 |
| HSL | 222.82º | 0.97% | 0.54% | - |
| HSV(B) | 222.82º | 0.9% | 0.98% | - |
| XYZ | 21.36 | 14.3 | 92.9 | - |
| YUV | 88.03 | 219.97 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 251 | 0.90 | 0.65 | 0 | 0.02 | 222.82 | 0.97 | 0.54 |
| Hex | 18 | 59 | FB | 5A | 41 | 0 | 2 | DF | 61 | 36 |
| Octal | 30 | 131 | 373 | 132 | 101 | 0 | 2 | 337 | 141 | 66 |
| Binary | 11000 | 1011001 | 11111011 | 1011010 | 1000001 | 0 | 10 | 11011111 | 1100001 | 110110 |
Color Harmonies of #1859FB
Complementary color
Monochromatic Colors of #1859FB
Black with #1859FB
Text Example
Text Example
White with #1859FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859FB; }
p { color: rgb(24,89,251); }
H1.HeaderClassName
{
color: #1859FB;
}
.AnyTagClassName
{
color: #1859FB;
}
</style>
background-color css
<style>
a { background-color: #1859FB; }
a { background-color: rgb(24,89,251); }
div.DivClassName
{
background-color: #1859FB;
}
.BgClassName
{
background-color: #1859FB;
}
</style>
border-color css
<style>
span { border-color: #1859FB; }
span { border-color: rgb(24,89,251); }
td.TdClassName
{
border-color: #1859FB;
}
.TagClassName
{
border-color: #1859FB;
}
</style>