Shades of Royal Blue #184BF8
Tints of Royal Blue #184BF8
RGB
CMYK
RGB Variations
Color information
#184BF8 (or 0x184BF8) is known color: Royal Blue. HEX triplet: 18, 4B and F8. RGB value is (24,75,248). Sum of RGB (Red+Green+Blue) = 24+75+248=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 248 (97.27% from 255 or 71.47% from 347); Max value from RGB is 248 - color contains mainly: blue. Hex color #184BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184BF8 is #E7B407. Grayscale: #4E4E4E. Windows color (decimal): -15184904 or 16272152. OLE color: 16272152.
HSL color Cylindrical-coordinate representation of color #184BF8: hue angle of 226.34º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184BF8 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 75 | 248 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.03 |
| HSL | 226.34º | 0.94% | 0.53% | - |
| HSV(B) | 226.34º | 0.9% | 0.97% | - |
| XYZ | 19.84 | 12 | 90.08 | - |
| YUV | 79.47 | 223.1 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 248 | 0.90 | 0.70 | 0 | 0.03 | 226.34 | 0.94 | 0.53 |
| Hex | 18 | 4B | F8 | 5A | 46 | 0 | 3 | E2 | 5E | 35 |
| Octal | 30 | 113 | 370 | 132 | 106 | 0 | 3 | 342 | 136 | 65 |
| Binary | 11000 | 1001011 | 11111000 | 1011010 | 1000110 | 0 | 11 | 11100010 | 1011110 | 110101 |
Color Harmonies of #184BF8
Complementary color
Monochromatic Colors of #184BF8
Black with #184BF8
Text Example
Text Example
White with #184BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BF8; }
p { color: rgb(24,75,248); }
H1.HeaderClassName
{
color: #184BF8;
}
.AnyTagClassName
{
color: #184BF8;
}
</style>
background-color css
<style>
a { background-color: #184BF8; }
a { background-color: rgb(24,75,248); }
div.DivClassName
{
background-color: #184BF8;
}
.BgClassName
{
background-color: #184BF8;
}
</style>
border-color css
<style>
span { border-color: #184BF8; }
span { border-color: rgb(24,75,248); }
td.TdClassName
{
border-color: #184BF8;
}
.TagClassName
{
border-color: #184BF8;
}
</style>