Shades of Royal Blue #185DF6
Tints of Royal Blue #185DF6
RGB
CMYK
RGB Variations
Color information
#185DF6 (or 0x185DF6) is known color: Royal Blue. HEX triplet: 18, 5D and F6. RGB value is (24,93,246). Sum of RGB (Red+Green+Blue) = 24+93+246=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #185DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DF6 is #E7A209. Grayscale: #595959. Windows color (decimal): -15180298 or 16145688. OLE color: 16145688.
HSL color Cylindrical-coordinate representation of color #185DF6: hue angle of 221.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185DF6 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 93 | 246 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.04 |
| HSL | 221.35º | 0.93% | 0.53% | - |
| HSV(B) | 221.35º | 0.9% | 0.96% | - |
| XYZ | 20.93 | 14.68 | 88.92 | - |
| YUV | 89.81 | 216.14 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 246 | 0.90 | 0.62 | 0 | 0.04 | 221.35 | 0.93 | 0.53 |
| Hex | 18 | 5D | F6 | 5A | 3E | 0 | 4 | DD | 5C | 35 |
| Octal | 30 | 135 | 366 | 132 | 76 | 0 | 4 | 335 | 134 | 65 |
| Binary | 11000 | 1011101 | 11110110 | 1011010 | 111110 | 0 | 100 | 11011101 | 1011100 | 110101 |
Color Harmonies of #185DF6
Complementary color
Monochromatic Colors of #185DF6
Black with #185DF6
Text Example
Text Example
White with #185DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DF6; }
p { color: rgb(24,93,246); }
H1.HeaderClassName
{
color: #185DF6;
}
.AnyTagClassName
{
color: #185DF6;
}
</style>
background-color css
<style>
a { background-color: #185DF6; }
a { background-color: rgb(24,93,246); }
div.DivClassName
{
background-color: #185DF6;
}
.BgClassName
{
background-color: #185DF6;
}
</style>
border-color css
<style>
span { border-color: #185DF6; }
span { border-color: rgb(24,93,246); }
td.TdClassName
{
border-color: #185DF6;
}
.TagClassName
{
border-color: #185DF6;
}
</style>