Shades of Royal Blue #1858FA
Tints of Royal Blue #1858FA
RGB
CMYK
RGB Variations
Color information
#1858FA (or 0x1858FA) is known color: Royal Blue. HEX triplet: 18, 58 and FA. RGB value is (24,88,250). Sum of RGB (Red+Green+Blue) = 24+88+250=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #1858FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1858FA is #E7A705. Grayscale: #565656. Windows color (decimal): -15181574 or 16406552. OLE color: 16406552.
HSL color Cylindrical-coordinate representation of color #1858FA: hue angle of 223.01º 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 #1858FA is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 88 | 250 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.02 |
| HSL | 223.01º | 0.96% | 0.54% | - |
| HSV(B) | 223.01º | 0.9% | 0.98% | - |
| XYZ | 21.12 | 14.08 | 92.05 | - |
| YUV | 87.33 | 219.8 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 250 | 0.90 | 0.65 | 0 | 0.02 | 223.01 | 0.96 | 0.54 |
| Hex | 18 | 58 | FA | 5A | 41 | 0 | 2 | DF | 60 | 36 |
| Octal | 30 | 130 | 372 | 132 | 101 | 0 | 2 | 337 | 140 | 66 |
| Binary | 11000 | 1011000 | 11111010 | 1011010 | 1000001 | 0 | 10 | 11011111 | 1100000 | 110110 |
Color Harmonies of #1858FA
Complementary color
Monochromatic Colors of #1858FA
Black with #1858FA
Text Example
Text Example
White with #1858FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1858FA; }
p { color: rgb(24,88,250); }
H1.HeaderClassName
{
color: #1858FA;
}
.AnyTagClassName
{
color: #1858FA;
}
</style>
background-color css
<style>
a { background-color: #1858FA; }
a { background-color: rgb(24,88,250); }
div.DivClassName
{
background-color: #1858FA;
}
.BgClassName
{
background-color: #1858FA;
}
</style>
border-color css
<style>
span { border-color: #1858FA; }
span { border-color: rgb(24,88,250); }
td.TdClassName
{
border-color: #1858FA;
}
.TagClassName
{
border-color: #1858FA;
}
</style>