Shades of Royal Blue #185DFE
Tints of Royal Blue #185DFE
RGB
CMYK
RGB Variations
Color information
#185DFE (or 0x185DFE) is known color: Royal Blue. HEX triplet: 18, 5D and FE. RGB value is (24,93,254). Sum of RGB (Red+Green+Blue) = 24+93+254=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #185DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DFE is #E7A201. Grayscale: #5A5A5A. Windows color (decimal): -15180290 or 16669976. OLE color: 16669976.
HSL color Cylindrical-coordinate representation of color #185DFE: hue angle of 222º 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 #185DFE is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 93 | 254 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.00 |
| HSL | 222º | 0.99% | 0.55% | - |
| HSV(B) | 222º | 0.91% | 1% | - |
| XYZ | 22.18 | 15.18 | 95.53 | - |
| YUV | 90.72 | 220.14 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 254 | 0.91 | 0.63 | 0 | 0.00 | 222 | 0.99 | 0.55 |
| Hex | 18 | 5D | FE | 5B | 3F | 0 | 0 | DE | 63 | 37 |
| Octal | 30 | 135 | 376 | 133 | 77 | 0 | 0 | 336 | 143 | 67 |
| Binary | 11000 | 1011101 | 11111110 | 1011011 | 111111 | 0 | 0 | 11011110 | 1100011 | 110111 |
Color Harmonies of #185DFE
Complementary color
Monochromatic Colors of #185DFE
Black with #185DFE
Text Example
Text Example
White with #185DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DFE; }
p { color: rgb(24,93,254); }
H1.HeaderClassName
{
color: #185DFE;
}
.AnyTagClassName
{
color: #185DFE;
}
</style>
background-color css
<style>
a { background-color: #185DFE; }
a { background-color: rgb(24,93,254); }
div.DivClassName
{
background-color: #185DFE;
}
.BgClassName
{
background-color: #185DFE;
}
</style>
border-color css
<style>
span { border-color: #185DFE; }
span { border-color: rgb(24,93,254); }
td.TdClassName
{
border-color: #185DFE;
}
.TagClassName
{
border-color: #185DFE;
}
</style>