Shades of Royal Blue #185AFF
Tints of Royal Blue #185AFF
RGB
CMYK
RGB Variations
Color information
#185AFF (or 0x185AFF) is known color: Royal Blue. HEX triplet: 18, 5A and FF. RGB value is (24,90,255). Sum of RGB (Red+Green+Blue) = 24+90+255=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #185AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AFF is #E7A500. Grayscale: #585858. Windows color (decimal): -15181057 or 16734744. OLE color: 16734744.
HSL color Cylindrical-coordinate representation of color #185AFF: hue angle of 222.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #185AFF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 90 | 255 | - |
| CMYK | 0.91 | 0.65 | 0 | 0 |
| HSL | 222.86º | 1% | 0.55% | - |
| HSV(B) | 222.86º | 0.91% | 1% | - |
| XYZ | 22.08 | 14.73 | 96.29 | - |
| YUV | 89.08 | 221.63 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 255 | 0.91 | 0.65 | 0 | 0 | 222.86 | 1 | 0.55 |
| Hex | 18 | 5A | FF | 5B | 41 | 0 | 0 | DF | 64 | 37 |
| Octal | 30 | 132 | 377 | 133 | 101 | 0 | 0 | 337 | 144 | 67 |
| Binary | 11000 | 1011010 | 11111111 | 1011011 | 1000001 | 0 | 0 | 11011111 | 1100100 | 110111 |
Color Harmonies of #185AFF
Complementary color
Monochromatic Colors of #185AFF
Black with #185AFF
Text Example
Text Example
White with #185AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AFF; }
p { color: rgb(24,90,255); }
H1.HeaderClassName
{
color: #185AFF;
}
.AnyTagClassName
{
color: #185AFF;
}
</style>
background-color css
<style>
a { background-color: #185AFF; }
a { background-color: rgb(24,90,255); }
div.DivClassName
{
background-color: #185AFF;
}
.BgClassName
{
background-color: #185AFF;
}
</style>
border-color css
<style>
span { border-color: #185AFF; }
span { border-color: rgb(24,90,255); }
td.TdClassName
{
border-color: #185AFF;
}
.TagClassName
{
border-color: #185AFF;
}
</style>