Shades of Royal Blue #185BFD
Tints of Royal Blue #185BFD
RGB
CMYK
RGB Variations
Color information
#185BFD (or 0x185BFD) is known color: Royal Blue. HEX triplet: 18, 5B and FD. RGB value is (24,91,253). Sum of RGB (Red+Green+Blue) = 24+91+253=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #185BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BFD is #E7A402. Grayscale: #585858. Windows color (decimal): -15180803 or 16603928. OLE color: 16603928.
HSL color Cylindrical-coordinate representation of color #185BFD: hue angle of 222.45º 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 #185BFD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 91 | 253 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.01 |
| HSL | 222.45º | 0.98% | 0.54% | - |
| HSV(B) | 222.45º | 0.91% | 0.99% | - |
| XYZ | 21.85 | 14.77 | 94.63 | - |
| YUV | 89.44 | 220.3 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 253 | 0.91 | 0.64 | 0 | 0.01 | 222.45 | 0.98 | 0.54 |
| Hex | 18 | 5B | FD | 5B | 40 | 0 | 1 | DE | 62 | 36 |
| Octal | 30 | 133 | 375 | 133 | 100 | 0 | 1 | 336 | 142 | 66 |
| Binary | 11000 | 1011011 | 11111101 | 1011011 | 1000000 | 0 | 1 | 11011110 | 1100010 | 110110 |
Color Harmonies of #185BFD
Complementary color
Monochromatic Colors of #185BFD
Black with #185BFD
Text Example
Text Example
White with #185BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BFD; }
p { color: rgb(24,91,253); }
H1.HeaderClassName
{
color: #185BFD;
}
.AnyTagClassName
{
color: #185BFD;
}
</style>
background-color css
<style>
a { background-color: #185BFD; }
a { background-color: rgb(24,91,253); }
div.DivClassName
{
background-color: #185BFD;
}
.BgClassName
{
background-color: #185BFD;
}
</style>
border-color css
<style>
span { border-color: #185BFD; }
span { border-color: rgb(24,91,253); }
td.TdClassName
{
border-color: #185BFD;
}
.TagClassName
{
border-color: #185BFD;
}
</style>