Shades of Royal Blue #185AFB
Tints of Royal Blue #185AFB
RGB
CMYK
RGB Variations
Color information
#185AFB (or 0x185AFB) is known color: Royal Blue. HEX triplet: 18, 5A and FB. RGB value is (24,90,251). Sum of RGB (Red+Green+Blue) = 24+90+251=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #185AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AFB is #E7A504. Grayscale: #575757. Windows color (decimal): -15181061 or 16472600. OLE color: 16472600.
HSL color Cylindrical-coordinate representation of color #185AFB: hue angle of 222.56º 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 #185AFB is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 90 | 251 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.02 |
| HSL | 222.56º | 0.97% | 0.54% | - |
| HSV(B) | 222.56º | 0.9% | 0.98% | - |
| XYZ | 21.45 | 14.47 | 92.93 | - |
| YUV | 88.62 | 219.63 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 251 | 0.90 | 0.64 | 0 | 0.02 | 222.56 | 0.97 | 0.54 |
| Hex | 18 | 5A | FB | 5A | 40 | 0 | 2 | DF | 61 | 36 |
| Octal | 30 | 132 | 373 | 132 | 100 | 0 | 2 | 337 | 141 | 66 |
| Binary | 11000 | 1011010 | 11111011 | 1011010 | 1000000 | 0 | 10 | 11011111 | 1100001 | 110110 |
Color Harmonies of #185AFB
Complementary color
Monochromatic Colors of #185AFB
Black with #185AFB
Text Example
Text Example
White with #185AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AFB; }
p { color: rgb(24,90,251); }
H1.HeaderClassName
{
color: #185AFB;
}
.AnyTagClassName
{
color: #185AFB;
}
</style>
background-color css
<style>
a { background-color: #185AFB; }
a { background-color: rgb(24,90,251); }
div.DivClassName
{
background-color: #185AFB;
}
.BgClassName
{
background-color: #185AFB;
}
</style>
border-color css
<style>
span { border-color: #185AFB; }
span { border-color: rgb(24,90,251); }
td.TdClassName
{
border-color: #185AFB;
}
.TagClassName
{
border-color: #185AFB;
}
</style>