Shades of Royal Blue #1857FC
Tints of Royal Blue #1857FC
RGB
CMYK
RGB Variations
Color information
#1857FC (or 0x1857FC) is known color: Royal Blue. HEX triplet: 18, 57 and FC. RGB value is (24,87,252). Sum of RGB (Red+Green+Blue) = 24+87+252=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #1857FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1857FC is #E7A803. Grayscale: #565656. Windows color (decimal): -15181828 or 16537368. OLE color: 16537368.
HSL color Cylindrical-coordinate representation of color #1857FC: hue angle of 223.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1857FC is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 87 | 252 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.01 |
| HSL | 223.42º | 0.97% | 0.54% | - |
| HSV(B) | 223.42º | 0.9% | 0.99% | - |
| XYZ | 21.36 | 14.04 | 93.68 | - |
| YUV | 86.97 | 221.13 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 252 | 0.90 | 0.65 | 0 | 0.01 | 223.42 | 0.97 | 0.54 |
| Hex | 18 | 57 | FC | 5A | 41 | 0 | 1 | DF | 61 | 36 |
| Octal | 30 | 127 | 374 | 132 | 101 | 0 | 1 | 337 | 141 | 66 |
| Binary | 11000 | 1010111 | 11111100 | 1011010 | 1000001 | 0 | 1 | 11011111 | 1100001 | 110110 |
Color Harmonies of #1857FC
Complementary color
Monochromatic Colors of #1857FC
Black with #1857FC
Text Example
Text Example
White with #1857FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1857FC; }
p { color: rgb(24,87,252); }
H1.HeaderClassName
{
color: #1857FC;
}
.AnyTagClassName
{
color: #1857FC;
}
</style>
background-color css
<style>
a { background-color: #1857FC; }
a { background-color: rgb(24,87,252); }
div.DivClassName
{
background-color: #1857FC;
}
.BgClassName
{
background-color: #1857FC;
}
</style>
border-color css
<style>
span { border-color: #1857FC; }
span { border-color: rgb(24,87,252); }
td.TdClassName
{
border-color: #1857FC;
}
.TagClassName
{
border-color: #1857FC;
}
</style>