Shades of Royal Blue #185DFF
Tints of Royal Blue #185DFF
RGB
CMYK
RGB Variations
Color information
#185DFF (or 0x185DFF) is known color: Royal Blue. HEX triplet: 18, 5D and FF. RGB value is (24,93,255). Sum of RGB (Red+Green+Blue) = 24+93+255=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #185DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DFF is #E7A200. Grayscale: #5A5A5A. Windows color (decimal): -15180289 or 16735512. OLE color: 16735512.
HSL color Cylindrical-coordinate representation of color #185DFF: hue angle of 222.08º 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 #185DFF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 93 | 255 | - |
| CMYK | 0.91 | 0.64 | 0 | 0 |
| HSL | 222.08º | 1% | 0.55% | - |
| HSV(B) | 222.08º | 0.91% | 1% | - |
| XYZ | 22.34 | 15.24 | 96.37 | - |
| YUV | 90.84 | 220.64 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 255 | 0.91 | 0.64 | 0 | 0 | 222.08 | 1 | 0.55 |
| Hex | 18 | 5D | FF | 5B | 40 | 0 | 0 | DE | 64 | 37 |
| Octal | 30 | 135 | 377 | 133 | 100 | 0 | 0 | 336 | 144 | 67 |
| Binary | 11000 | 1011101 | 11111111 | 1011011 | 1000000 | 0 | 0 | 11011110 | 1100100 | 110111 |
Color Harmonies of #185DFF
Complementary color
Monochromatic Colors of #185DFF
Black with #185DFF
Text Example
Text Example
White with #185DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DFF; }
p { color: rgb(24,93,255); }
H1.HeaderClassName
{
color: #185DFF;
}
.AnyTagClassName
{
color: #185DFF;
}
</style>
background-color css
<style>
a { background-color: #185DFF; }
a { background-color: rgb(24,93,255); }
div.DivClassName
{
background-color: #185DFF;
}
.BgClassName
{
background-color: #185DFF;
}
</style>
border-color css
<style>
span { border-color: #185DFF; }
span { border-color: rgb(24,93,255); }
td.TdClassName
{
border-color: #185DFF;
}
.TagClassName
{
border-color: #185DFF;
}
</style>