Shades of Royal Blue #1857FF
Tints of Royal Blue #1857FF
RGB
CMYK
RGB Variations
Color information
#1857FF (or 0x1857FF) is known color: Royal Blue. HEX triplet: 18, 57 and FF. RGB value is (24,87,255). Sum of RGB (Red+Green+Blue) = 24+87+255=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #1857FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1857FF is #E7A800. Grayscale: #565656. Windows color (decimal): -15181825 or 16733976. OLE color: 16733976.
HSL color Cylindrical-coordinate representation of color #1857FF: hue angle of 223.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1857FF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 87 | 255 | - |
| CMYK | 0.91 | 0.66 | 0 | 0 |
| HSL | 223.64º | 1% | 0.55% | - |
| HSV(B) | 223.64º | 0.91% | 1% | - |
| XYZ | 21.83 | 14.23 | 96.2 | - |
| YUV | 87.32 | 222.63 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 255 | 0.91 | 0.66 | 0 | 0 | 223.64 | 1 | 0.55 |
| Hex | 18 | 57 | FF | 5B | 42 | 0 | 0 | E0 | 64 | 37 |
| Octal | 30 | 127 | 377 | 133 | 102 | 0 | 0 | 340 | 144 | 67 |
| Binary | 11000 | 1010111 | 11111111 | 1011011 | 1000010 | 0 | 0 | 11100000 | 1100100 | 110111 |
Color Harmonies of #1857FF
Complementary color
Monochromatic Colors of #1857FF
Black with #1857FF
Text Example
Text Example
White with #1857FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1857FF; }
p { color: rgb(24,87,255); }
H1.HeaderClassName
{
color: #1857FF;
}
.AnyTagClassName
{
color: #1857FF;
}
</style>
background-color css
<style>
a { background-color: #1857FF; }
a { background-color: rgb(24,87,255); }
div.DivClassName
{
background-color: #1857FF;
}
.BgClassName
{
background-color: #1857FF;
}
</style>
border-color css
<style>
span { border-color: #1857FF; }
span { border-color: rgb(24,87,255); }
td.TdClassName
{
border-color: #1857FF;
}
.TagClassName
{
border-color: #1857FF;
}
</style>