Shades of Royal Blue #185FFE
Tints of Royal Blue #185FFE
RGB
CMYK
RGB Variations
Color information
#185FFE (or 0x185FFE) is known color: Royal Blue. HEX triplet: 18, 5F and FE. RGB value is (24,95,254). Sum of RGB (Red+Green+Blue) = 24+95+254=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #185FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FFE is #E7A001. Grayscale: #5B5B5B. Windows color (decimal): -15179778 or 16670488. OLE color: 16670488.
HSL color Cylindrical-coordinate representation of color #185FFE: hue angle of 221.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #185FFE is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 95 | 254 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.00 |
| HSL | 221.48º | 0.99% | 0.55% | - |
| HSV(B) | 221.48º | 0.91% | 1% | - |
| XYZ | 22.36 | 15.53 | 95.59 | - |
| YUV | 91.9 | 219.48 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 254 | 0.91 | 0.63 | 0 | 0.00 | 221.48 | 0.99 | 0.55 |
| Hex | 18 | 5F | FE | 5B | 3F | 0 | 0 | DD | 63 | 37 |
| Octal | 30 | 137 | 376 | 133 | 77 | 0 | 0 | 335 | 143 | 67 |
| Binary | 11000 | 1011111 | 11111110 | 1011011 | 111111 | 0 | 0 | 11011101 | 1100011 | 110111 |
Color Harmonies of #185FFE
Complementary color
Monochromatic Colors of #185FFE
Black with #185FFE
Text Example
Text Example
White with #185FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FFE; }
p { color: rgb(24,95,254); }
H1.HeaderClassName
{
color: #185FFE;
}
.AnyTagClassName
{
color: #185FFE;
}
</style>
background-color css
<style>
a { background-color: #185FFE; }
a { background-color: rgb(24,95,254); }
div.DivClassName
{
background-color: #185FFE;
}
.BgClassName
{
background-color: #185FFE;
}
</style>
border-color css
<style>
span { border-color: #185FFE; }
span { border-color: rgb(24,95,254); }
td.TdClassName
{
border-color: #185FFE;
}
.TagClassName
{
border-color: #185FFE;
}
</style>