Shades of Royal Blue #1859FE
Tints of Royal Blue #1859FE
RGB
CMYK
RGB Variations
Color information
#1859FE (or 0x1859FE) is known color: Royal Blue. HEX triplet: 18, 59 and FE. RGB value is (24,89,254). Sum of RGB (Red+Green+Blue) = 24+89+254=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #1859FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859FE is #E7A601. Grayscale: #575757. Windows color (decimal): -15181314 or 16668952. OLE color: 16668952.
HSL color Cylindrical-coordinate representation of color #1859FE: hue angle of 223.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1859FE is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 89 | 254 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.00 |
| HSL | 223.04º | 0.99% | 0.55% | - |
| HSV(B) | 223.04º | 0.91% | 1% | - |
| XYZ | 21.84 | 14.49 | 95.41 | - |
| YUV | 88.38 | 221.47 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 254 | 0.91 | 0.65 | 0 | 0.00 | 223.04 | 0.99 | 0.55 |
| Hex | 18 | 59 | FE | 5B | 41 | 0 | 0 | DF | 63 | 37 |
| Octal | 30 | 131 | 376 | 133 | 101 | 0 | 0 | 337 | 143 | 67 |
| Binary | 11000 | 1011001 | 11111110 | 1011011 | 1000001 | 0 | 0 | 11011111 | 1100011 | 110111 |
Color Harmonies of #1859FE
Complementary color
Monochromatic Colors of #1859FE
Black with #1859FE
Text Example
Text Example
White with #1859FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859FE; }
p { color: rgb(24,89,254); }
H1.HeaderClassName
{
color: #1859FE;
}
.AnyTagClassName
{
color: #1859FE;
}
</style>
background-color css
<style>
a { background-color: #1859FE; }
a { background-color: rgb(24,89,254); }
div.DivClassName
{
background-color: #1859FE;
}
.BgClassName
{
background-color: #1859FE;
}
</style>
border-color css
<style>
span { border-color: #1859FE; }
span { border-color: rgb(24,89,254); }
td.TdClassName
{
border-color: #1859FE;
}
.TagClassName
{
border-color: #1859FE;
}
</style>