Shades of Royal Blue #185DFB
Tints of Royal Blue #185DFB
RGB
CMYK
RGB Variations
Color information
#185DFB (or 0x185DFB) is known color: Royal Blue. HEX triplet: 18, 5D and FB. RGB value is (24,93,251). Sum of RGB (Red+Green+Blue) = 24+93+251=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #185DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DFB is #E7A204. Grayscale: #595959. Windows color (decimal): -15180293 or 16473368. OLE color: 16473368.
HSL color Cylindrical-coordinate representation of color #185DFB: hue angle of 221.76º degrees, saturation: 0.97, 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 #185DFB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 93 | 251 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.02 |
| HSL | 221.76º | 0.97% | 0.54% | - |
| HSV(B) | 221.76º | 0.9% | 0.98% | - |
| XYZ | 21.7 | 14.99 | 93.02 | - |
| YUV | 90.38 | 218.64 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 251 | 0.90 | 0.63 | 0 | 0.02 | 221.76 | 0.97 | 0.54 |
| Hex | 18 | 5D | FB | 5A | 3F | 0 | 2 | DE | 61 | 36 |
| Octal | 30 | 135 | 373 | 132 | 77 | 0 | 2 | 336 | 141 | 66 |
| Binary | 11000 | 1011101 | 11111011 | 1011010 | 111111 | 0 | 10 | 11011110 | 1100001 | 110110 |
Color Harmonies of #185DFB
Complementary color
Monochromatic Colors of #185DFB
Black with #185DFB
Text Example
Text Example
White with #185DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DFB; }
p { color: rgb(24,93,251); }
H1.HeaderClassName
{
color: #185DFB;
}
.AnyTagClassName
{
color: #185DFB;
}
</style>
background-color css
<style>
a { background-color: #185DFB; }
a { background-color: rgb(24,93,251); }
div.DivClassName
{
background-color: #185DFB;
}
.BgClassName
{
background-color: #185DFB;
}
</style>
border-color css
<style>
span { border-color: #185DFB; }
span { border-color: rgb(24,93,251); }
td.TdClassName
{
border-color: #185DFB;
}
.TagClassName
{
border-color: #185DFB;
}
</style>