Shades of Royal Blue #185AF3
Tints of Royal Blue #185AF3
RGB
CMYK
RGB Variations
Color information
#185AF3 (or 0x185AF3) is known color: Royal Blue. HEX triplet: 18, 5A and F3. RGB value is (24,90,243). Sum of RGB (Red+Green+Blue) = 24+90+243=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 243 (95.31% from 255 or 68.07% from 357); Max value from RGB is 243 - color contains mainly: blue. Hex color #185AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AF3 is #E7A50C. Grayscale: #575757. Windows color (decimal): -15181069 or 15948312. OLE color: 15948312.
HSL color Cylindrical-coordinate representation of color #185AF3: hue angle of 221.92º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185AF3 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 90 | 243 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.05 |
| HSL | 221.92º | 0.9% | 0.52% | - |
| HSV(B) | 221.92º | 0.9% | 0.95% | - |
| XYZ | 20.21 | 13.98 | 86.43 | - |
| YUV | 87.71 | 215.63 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 243 | 0.90 | 0.63 | 0 | 0.05 | 221.92 | 0.9 | 0.52 |
| Hex | 18 | 5A | F3 | 5A | 3F | 0 | 5 | DE | 5A | 34 |
| Octal | 30 | 132 | 363 | 132 | 77 | 0 | 5 | 336 | 132 | 64 |
| Binary | 11000 | 1011010 | 11110011 | 1011010 | 111111 | 0 | 101 | 11011110 | 1011010 | 110100 |
Color Harmonies of #185AF3
Complementary color
Monochromatic Colors of #185AF3
Black with #185AF3
Text Example
Text Example
White with #185AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AF3; }
p { color: rgb(24,90,243); }
H1.HeaderClassName
{
color: #185AF3;
}
.AnyTagClassName
{
color: #185AF3;
}
</style>
background-color css
<style>
a { background-color: #185AF3; }
a { background-color: rgb(24,90,243); }
div.DivClassName
{
background-color: #185AF3;
}
.BgClassName
{
background-color: #185AF3;
}
</style>
border-color css
<style>
span { border-color: #185AF3; }
span { border-color: rgb(24,90,243); }
td.TdClassName
{
border-color: #185AF3;
}
.TagClassName
{
border-color: #185AF3;
}
</style>