Shades of Royal Blue #185FFC
Tints of Royal Blue #185FFC
RGB
CMYK
RGB Variations
Color information
#185FFC (or 0x185FFC) is known color: Royal Blue. HEX triplet: 18, 5F and FC. RGB value is (24,95,252). Sum of RGB (Red+Green+Blue) = 24+95+252=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #185FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FFC is #E7A003. Grayscale: #5A5A5A. Windows color (decimal): -15179780 or 16539416. OLE color: 16539416.
HSL color Cylindrical-coordinate representation of color #185FFC: hue angle of 221.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185FFC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 95 | 252 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.01 |
| HSL | 221.32º | 0.97% | 0.54% | - |
| HSV(B) | 221.32º | 0.9% | 0.99% | - |
| XYZ | 22.04 | 15.41 | 93.91 | - |
| YUV | 91.67 | 218.48 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 252 | 0.90 | 0.62 | 0 | 0.01 | 221.32 | 0.97 | 0.54 |
| Hex | 18 | 5F | FC | 5A | 3E | 0 | 1 | DD | 61 | 36 |
| Octal | 30 | 137 | 374 | 132 | 76 | 0 | 1 | 335 | 141 | 66 |
| Binary | 11000 | 1011111 | 11111100 | 1011010 | 111110 | 0 | 1 | 11011101 | 1100001 | 110110 |
Color Harmonies of #185FFC
Complementary color
Monochromatic Colors of #185FFC
Black with #185FFC
Text Example
Text Example
White with #185FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FFC; }
p { color: rgb(24,95,252); }
H1.HeaderClassName
{
color: #185FFC;
}
.AnyTagClassName
{
color: #185FFC;
}
</style>
background-color css
<style>
a { background-color: #185FFC; }
a { background-color: rgb(24,95,252); }
div.DivClassName
{
background-color: #185FFC;
}
.BgClassName
{
background-color: #185FFC;
}
</style>
border-color css
<style>
span { border-color: #185FFC; }
span { border-color: rgb(24,95,252); }
td.TdClassName
{
border-color: #185FFC;
}
.TagClassName
{
border-color: #185FFC;
}
</style>