Shades of Royal Blue #1859F8
Tints of Royal Blue #1859F8
RGB
CMYK
RGB Variations
Color information
#1859F8 (or 0x1859F8) is known color: Royal Blue. HEX triplet: 18, 59 and F8. RGB value is (24,89,248). Sum of RGB (Red+Green+Blue) = 24+89+248=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #1859F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859F8 is #E7A607. Grayscale: #565656. Windows color (decimal): -15181320 or 16275736. OLE color: 16275736.
HSL color Cylindrical-coordinate representation of color #1859F8: hue angle of 222.59º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1859F8 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 89 | 248 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.03 |
| HSL | 222.59º | 0.94% | 0.53% | - |
| HSV(B) | 222.59º | 0.9% | 0.97% | - |
| XYZ | 20.89 | 14.12 | 90.43 | - |
| YUV | 87.69 | 218.47 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 248 | 0.90 | 0.64 | 0 | 0.03 | 222.59 | 0.94 | 0.53 |
| Hex | 18 | 59 | F8 | 5A | 40 | 0 | 3 | DF | 5E | 35 |
| Octal | 30 | 131 | 370 | 132 | 100 | 0 | 3 | 337 | 136 | 65 |
| Binary | 11000 | 1011001 | 11111000 | 1011010 | 1000000 | 0 | 11 | 11011111 | 1011110 | 110101 |
Color Harmonies of #1859F8
Complementary color
Monochromatic Colors of #1859F8
Black with #1859F8
Text Example
Text Example
White with #1859F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859F8; }
p { color: rgb(24,89,248); }
H1.HeaderClassName
{
color: #1859F8;
}
.AnyTagClassName
{
color: #1859F8;
}
</style>
background-color css
<style>
a { background-color: #1859F8; }
a { background-color: rgb(24,89,248); }
div.DivClassName
{
background-color: #1859F8;
}
.BgClassName
{
background-color: #1859F8;
}
</style>
border-color css
<style>
span { border-color: #1859F8; }
span { border-color: rgb(24,89,248); }
td.TdClassName
{
border-color: #1859F8;
}
.TagClassName
{
border-color: #1859F8;
}
</style>