Shades of Royal Blue #185FFB
Tints of Royal Blue #185FFB
RGB
CMYK
RGB Variations
Color information
#185FFB (or 0x185FFB) is known color: Royal Blue. HEX triplet: 18, 5F and FB. RGB value is (24,95,251). Sum of RGB (Red+Green+Blue) = 24+95+251=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #185FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FFB is #E7A004. Grayscale: #5A5A5A. Windows color (decimal): -15179781 or 16473880. OLE color: 16473880.
HSL color Cylindrical-coordinate representation of color #185FFB: hue angle of 221.23º 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 #185FFB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 95 | 251 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.02 |
| HSL | 221.23º | 0.97% | 0.54% | - |
| HSV(B) | 221.23º | 0.9% | 0.98% | - |
| XYZ | 21.88 | 15.34 | 93.08 | - |
| YUV | 91.56 | 217.98 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 251 | 0.90 | 0.62 | 0 | 0.02 | 221.23 | 0.97 | 0.54 |
| Hex | 18 | 5F | FB | 5A | 3E | 0 | 2 | DD | 61 | 36 |
| Octal | 30 | 137 | 373 | 132 | 76 | 0 | 2 | 335 | 141 | 66 |
| Binary | 11000 | 1011111 | 11111011 | 1011010 | 111110 | 0 | 10 | 11011101 | 1100001 | 110110 |
Color Harmonies of #185FFB
Complementary color
Monochromatic Colors of #185FFB
Black with #185FFB
Text Example
Text Example
White with #185FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FFB; }
p { color: rgb(24,95,251); }
H1.HeaderClassName
{
color: #185FFB;
}
.AnyTagClassName
{
color: #185FFB;
}
</style>
background-color css
<style>
a { background-color: #185FFB; }
a { background-color: rgb(24,95,251); }
div.DivClassName
{
background-color: #185FFB;
}
.BgClassName
{
background-color: #185FFB;
}
</style>
border-color css
<style>
span { border-color: #185FFB; }
span { border-color: rgb(24,95,251); }
td.TdClassName
{
border-color: #185FFB;
}
.TagClassName
{
border-color: #185FFB;
}
</style>