Shades of Royal Blue #1857FA
Tints of Royal Blue #1857FA
RGB
CMYK
RGB Variations
Color information
#1857FA (or 0x1857FA) is known color: Royal Blue. HEX triplet: 18, 57 and FA. RGB value is (24,87,250). Sum of RGB (Red+Green+Blue) = 24+87+250=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #1857FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1857FA is #E7A805. Grayscale: #565656. Windows color (decimal): -15181830 or 16406296. OLE color: 16406296.
HSL color Cylindrical-coordinate representation of color #1857FA: hue angle of 223.27º 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 #1857FA is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 87 | 250 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.02 |
| HSL | 223.27º | 0.96% | 0.54% | - |
| HSV(B) | 223.27º | 0.9% | 0.98% | - |
| XYZ | 21.04 | 13.91 | 92.02 | - |
| YUV | 86.75 | 220.13 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 250 | 0.90 | 0.65 | 0 | 0.02 | 223.27 | 0.96 | 0.54 |
| Hex | 18 | 57 | FA | 5A | 41 | 0 | 2 | DF | 60 | 36 |
| Octal | 30 | 127 | 372 | 132 | 101 | 0 | 2 | 337 | 140 | 66 |
| Binary | 11000 | 1010111 | 11111010 | 1011010 | 1000001 | 0 | 10 | 11011111 | 1100000 | 110110 |
Color Harmonies of #1857FA
Complementary color
Monochromatic Colors of #1857FA
Black with #1857FA
Text Example
Text Example
White with #1857FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1857FA; }
p { color: rgb(24,87,250); }
H1.HeaderClassName
{
color: #1857FA;
}
.AnyTagClassName
{
color: #1857FA;
}
</style>
background-color css
<style>
a { background-color: #1857FA; }
a { background-color: rgb(24,87,250); }
div.DivClassName
{
background-color: #1857FA;
}
.BgClassName
{
background-color: #1857FA;
}
</style>
border-color css
<style>
span { border-color: #1857FA; }
span { border-color: rgb(24,87,250); }
td.TdClassName
{
border-color: #1857FA;
}
.TagClassName
{
border-color: #1857FA;
}
</style>