Shades of Royal Blue #185DFA
Tints of Royal Blue #185DFA
RGB
CMYK
RGB Variations
Color information
#185DFA (or 0x185DFA) is known color: Royal Blue. HEX triplet: 18, 5D and FA. RGB value is (24,93,250). Sum of RGB (Red+Green+Blue) = 24+93+250=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #185DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DFA is #E7A205. Grayscale: #595959. Windows color (decimal): -15180294 or 16407832. OLE color: 16407832.
HSL color Cylindrical-coordinate representation of color #185DFA: hue angle of 221.68º 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 #185DFA is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 93 | 250 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.02 |
| HSL | 221.68º | 0.96% | 0.54% | - |
| HSV(B) | 221.68º | 0.9% | 0.98% | - |
| XYZ | 21.55 | 14.93 | 92.19 | - |
| YUV | 90.27 | 218.14 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 250 | 0.90 | 0.63 | 0 | 0.02 | 221.68 | 0.96 | 0.54 |
| Hex | 18 | 5D | FA | 5A | 3F | 0 | 2 | DE | 60 | 36 |
| Octal | 30 | 135 | 372 | 132 | 77 | 0 | 2 | 336 | 140 | 66 |
| Binary | 11000 | 1011101 | 11111010 | 1011010 | 111111 | 0 | 10 | 11011110 | 1100000 | 110110 |
Color Harmonies of #185DFA
Complementary color
Monochromatic Colors of #185DFA
Black with #185DFA
Text Example
Text Example
White with #185DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DFA; }
p { color: rgb(24,93,250); }
H1.HeaderClassName
{
color: #185DFA;
}
.AnyTagClassName
{
color: #185DFA;
}
</style>
background-color css
<style>
a { background-color: #185DFA; }
a { background-color: rgb(24,93,250); }
div.DivClassName
{
background-color: #185DFA;
}
.BgClassName
{
background-color: #185DFA;
}
</style>
border-color css
<style>
span { border-color: #185DFA; }
span { border-color: rgb(24,93,250); }
td.TdClassName
{
border-color: #185DFA;
}
.TagClassName
{
border-color: #185DFA;
}
</style>