Shades of Royal Blue #185BFC
Tints of Royal Blue #185BFC
RGB
CMYK
RGB Variations
Color information
#185BFC (or 0x185BFC) is known color: Royal Blue. HEX triplet: 18, 5B and FC. RGB value is (24,91,252). Sum of RGB (Red+Green+Blue) = 24+91+252=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #185BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BFC is #E7A403. Grayscale: #585858. Windows color (decimal): -15180804 or 16538392. OLE color: 16538392.
HSL color Cylindrical-coordinate representation of color #185BFC: hue angle of 222.37º 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 #185BFC is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 91 | 252 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.01 |
| HSL | 222.37º | 0.97% | 0.54% | - |
| HSV(B) | 222.37º | 0.9% | 0.99% | - |
| XYZ | 21.69 | 14.7 | 93.79 | - |
| YUV | 89.32 | 219.8 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 252 | 0.90 | 0.64 | 0 | 0.01 | 222.37 | 0.97 | 0.54 |
| Hex | 18 | 5B | FC | 5A | 40 | 0 | 1 | DE | 61 | 36 |
| Octal | 30 | 133 | 374 | 132 | 100 | 0 | 1 | 336 | 141 | 66 |
| Binary | 11000 | 1011011 | 11111100 | 1011010 | 1000000 | 0 | 1 | 11011110 | 1100001 | 110110 |
Color Harmonies of #185BFC
Complementary color
Monochromatic Colors of #185BFC
Black with #185BFC
Text Example
Text Example
White with #185BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BFC; }
p { color: rgb(24,91,252); }
H1.HeaderClassName
{
color: #185BFC;
}
.AnyTagClassName
{
color: #185BFC;
}
</style>
background-color css
<style>
a { background-color: #185BFC; }
a { background-color: rgb(24,91,252); }
div.DivClassName
{
background-color: #185BFC;
}
.BgClassName
{
background-color: #185BFC;
}
</style>
border-color css
<style>
span { border-color: #185BFC; }
span { border-color: rgb(24,91,252); }
td.TdClassName
{
border-color: #185BFC;
}
.TagClassName
{
border-color: #185BFC;
}
</style>