Shades of Royal Blue #1858FE
Tints of Royal Blue #1858FE
RGB
CMYK
RGB Variations
Color information
#1858FE (or 0x1858FE) is known color: Royal Blue. HEX triplet: 18, 58 and FE. RGB value is (24,88,254). Sum of RGB (Red+Green+Blue) = 24+88+254=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #1858FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1858FE is #E7A701. Grayscale: #575757. Windows color (decimal): -15181570 or 16668696. OLE color: 16668696.
HSL color Cylindrical-coordinate representation of color #1858FE: hue angle of 223.3º 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 #1858FE is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 88 | 254 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.00 |
| HSL | 223.3º | 0.99% | 0.55% | - |
| HSV(B) | 223.3º | 0.91% | 1% | - |
| XYZ | 21.76 | 14.33 | 95.39 | - |
| YUV | 87.79 | 221.8 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 254 | 0.91 | 0.65 | 0 | 0.00 | 223.3 | 0.99 | 0.55 |
| Hex | 18 | 58 | FE | 5B | 41 | 0 | 0 | DF | 63 | 37 |
| Octal | 30 | 130 | 376 | 133 | 101 | 0 | 0 | 337 | 143 | 67 |
| Binary | 11000 | 1011000 | 11111110 | 1011011 | 1000001 | 0 | 0 | 11011111 | 1100011 | 110111 |
Color Harmonies of #1858FE
Complementary color
Monochromatic Colors of #1858FE
Black with #1858FE
Text Example
Text Example
White with #1858FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1858FE; }
p { color: rgb(24,88,254); }
H1.HeaderClassName
{
color: #1858FE;
}
.AnyTagClassName
{
color: #1858FE;
}
</style>
background-color css
<style>
a { background-color: #1858FE; }
a { background-color: rgb(24,88,254); }
div.DivClassName
{
background-color: #1858FE;
}
.BgClassName
{
background-color: #1858FE;
}
</style>
border-color css
<style>
span { border-color: #1858FE; }
span { border-color: rgb(24,88,254); }
td.TdClassName
{
border-color: #1858FE;
}
.TagClassName
{
border-color: #1858FE;
}
</style>