Shades of Royal Blue #1859FA
Tints of Royal Blue #1859FA
RGB
CMYK
RGB Variations
Color information
#1859FA (or 0x1859FA) is known color: Royal Blue. HEX triplet: 18, 59 and FA. RGB value is (24,89,250). Sum of RGB (Red+Green+Blue) = 24+89+250=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #1859FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859FA is #E7A605. Grayscale: #575757. Windows color (decimal): -15181318 or 16406808. OLE color: 16406808.
HSL color Cylindrical-coordinate representation of color #1859FA: hue angle of 222.74º degrees, saturation: 0.96, 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 #1859FA is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 89 | 250 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.02 |
| HSL | 222.74º | 0.96% | 0.54% | - |
| HSV(B) | 222.74º | 0.9% | 0.98% | - |
| XYZ | 21.2 | 14.24 | 92.07 | - |
| YUV | 87.92 | 219.47 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 250 | 0.90 | 0.64 | 0 | 0.02 | 222.74 | 0.96 | 0.54 |
| Hex | 18 | 59 | FA | 5A | 40 | 0 | 2 | DF | 60 | 36 |
| Octal | 30 | 131 | 372 | 132 | 100 | 0 | 2 | 337 | 140 | 66 |
| Binary | 11000 | 1011001 | 11111010 | 1011010 | 1000000 | 0 | 10 | 11011111 | 1100000 | 110110 |
Color Harmonies of #1859FA
Complementary color
Monochromatic Colors of #1859FA
Black with #1859FA
Text Example
Text Example
White with #1859FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859FA; }
p { color: rgb(24,89,250); }
H1.HeaderClassName
{
color: #1859FA;
}
.AnyTagClassName
{
color: #1859FA;
}
</style>
background-color css
<style>
a { background-color: #1859FA; }
a { background-color: rgb(24,89,250); }
div.DivClassName
{
background-color: #1859FA;
}
.BgClassName
{
background-color: #1859FA;
}
</style>
border-color css
<style>
span { border-color: #1859FA; }
span { border-color: rgb(24,89,250); }
td.TdClassName
{
border-color: #1859FA;
}
.TagClassName
{
border-color: #1859FA;
}
</style>