Shades of Royal Blue #185AFD
Tints of Royal Blue #185AFD
RGB
CMYK
RGB Variations
Color information
#185AFD (or 0x185AFD) is known color: Royal Blue. HEX triplet: 18, 5A and FD. RGB value is (24,90,253). Sum of RGB (Red+Green+Blue) = 24+90+253=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #185AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AFD is #E7A502. Grayscale: #585858. Windows color (decimal): -15181059 or 16603672. OLE color: 16603672.
HSL color Cylindrical-coordinate representation of color #185AFD: hue angle of 222.71º 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 #185AFD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 90 | 253 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.01 |
| HSL | 222.71º | 0.98% | 0.54% | - |
| HSV(B) | 222.71º | 0.91% | 0.99% | - |
| XYZ | 21.76 | 14.6 | 94.6 | - |
| YUV | 88.85 | 220.63 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 253 | 0.91 | 0.64 | 0 | 0.01 | 222.71 | 0.98 | 0.54 |
| Hex | 18 | 5A | FD | 5B | 40 | 0 | 1 | DF | 62 | 36 |
| Octal | 30 | 132 | 375 | 133 | 100 | 0 | 1 | 337 | 142 | 66 |
| Binary | 11000 | 1011010 | 11111101 | 1011011 | 1000000 | 0 | 1 | 11011111 | 1100010 | 110110 |
Color Harmonies of #185AFD
Complementary color
Monochromatic Colors of #185AFD
Black with #185AFD
Text Example
Text Example
White with #185AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AFD; }
p { color: rgb(24,90,253); }
H1.HeaderClassName
{
color: #185AFD;
}
.AnyTagClassName
{
color: #185AFD;
}
</style>
background-color css
<style>
a { background-color: #185AFD; }
a { background-color: rgb(24,90,253); }
div.DivClassName
{
background-color: #185AFD;
}
.BgClassName
{
background-color: #185AFD;
}
</style>
border-color css
<style>
span { border-color: #185AFD; }
span { border-color: rgb(24,90,253); }
td.TdClassName
{
border-color: #185AFD;
}
.TagClassName
{
border-color: #185AFD;
}
</style>