Shades of Royal Blue #185CF9
Tints of Royal Blue #185CF9
RGB
CMYK
RGB Variations
Color information
#185CF9 (or 0x185CF9) is known color: Royal Blue. HEX triplet: 18, 5C and F9. RGB value is (24,92,249). Sum of RGB (Red+Green+Blue) = 24+92+249=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #185CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CF9 is #E7A306. Grayscale: #585858. Windows color (decimal): -15180551 or 16342040. OLE color: 16342040.
HSL color Cylindrical-coordinate representation of color #185CF9: hue angle of 221.87º degrees, saturation: 0.95, 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 #185CF9 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 92 | 249 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.02 |
| HSL | 221.87º | 0.95% | 0.54% | - |
| HSV(B) | 221.87º | 0.9% | 0.98% | - |
| XYZ | 21.3 | 14.69 | 91.33 | - |
| YUV | 89.57 | 217.97 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 249 | 0.90 | 0.63 | 0 | 0.02 | 221.87 | 0.95 | 0.54 |
| Hex | 18 | 5C | F9 | 5A | 3F | 0 | 2 | DE | 5F | 36 |
| Octal | 30 | 134 | 371 | 132 | 77 | 0 | 2 | 336 | 137 | 66 |
| Binary | 11000 | 1011100 | 11111001 | 1011010 | 111111 | 0 | 10 | 11011110 | 1011111 | 110110 |
Color Harmonies of #185CF9
Complementary color
Monochromatic Colors of #185CF9
Black with #185CF9
Text Example
Text Example
White with #185CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CF9; }
p { color: rgb(24,92,249); }
H1.HeaderClassName
{
color: #185CF9;
}
.AnyTagClassName
{
color: #185CF9;
}
</style>
background-color css
<style>
a { background-color: #185CF9; }
a { background-color: rgb(24,92,249); }
div.DivClassName
{
background-color: #185CF9;
}
.BgClassName
{
background-color: #185CF9;
}
</style>
border-color css
<style>
span { border-color: #185CF9; }
span { border-color: rgb(24,92,249); }
td.TdClassName
{
border-color: #185CF9;
}
.TagClassName
{
border-color: #185CF9;
}
</style>