Shades of Royal Blue #185FFD
Tints of Royal Blue #185FFD
RGB
CMYK
RGB Variations
Color information
#185FFD (or 0x185FFD) is known color: Royal Blue. HEX triplet: 18, 5F and FD. RGB value is (24,95,253). Sum of RGB (Red+Green+Blue) = 24+95+253=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #185FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FFD is #E7A002. Grayscale: #5B5B5B. Windows color (decimal): -15179779 or 16604952. OLE color: 16604952.
HSL color Cylindrical-coordinate representation of color #185FFD: hue angle of 221.4º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #185FFD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 95 | 253 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.01 |
| HSL | 221.4º | 0.98% | 0.54% | - |
| HSV(B) | 221.4º | 0.91% | 0.99% | - |
| XYZ | 22.2 | 15.47 | 94.74 | - |
| YUV | 91.78 | 218.98 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 253 | 0.91 | 0.62 | 0 | 0.01 | 221.4 | 0.98 | 0.54 |
| Hex | 18 | 5F | FD | 5B | 3E | 0 | 1 | DD | 62 | 36 |
| Octal | 30 | 137 | 375 | 133 | 76 | 0 | 1 | 335 | 142 | 66 |
| Binary | 11000 | 1011111 | 11111101 | 1011011 | 111110 | 0 | 1 | 11011101 | 1100010 | 110110 |
Color Harmonies of #185FFD
Complementary color
Monochromatic Colors of #185FFD
Black with #185FFD
Text Example
Text Example
White with #185FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FFD; }
p { color: rgb(24,95,253); }
H1.HeaderClassName
{
color: #185FFD;
}
.AnyTagClassName
{
color: #185FFD;
}
</style>
background-color css
<style>
a { background-color: #185FFD; }
a { background-color: rgb(24,95,253); }
div.DivClassName
{
background-color: #185FFD;
}
.BgClassName
{
background-color: #185FFD;
}
</style>
border-color css
<style>
span { border-color: #185FFD; }
span { border-color: rgb(24,95,253); }
td.TdClassName
{
border-color: #185FFD;
}
.TagClassName
{
border-color: #185FFD;
}
</style>