Shades of Royal Blue #184CF8
Tints of Royal Blue #184CF8
RGB
CMYK
RGB Variations
Color information
#184CF8 (or 0x184CF8) is known color: Royal Blue. HEX triplet: 18, 4C and F8. RGB value is (24,76,248). Sum of RGB (Red+Green+Blue) = 24+76+248=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 248 (97.27% from 255 or 71.26% from 348); Max value from RGB is 248 - color contains mainly: blue. Hex color #184CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CF8 is #E7B307. Grayscale: #4F4F4F. Windows color (decimal): -15184648 or 16272408. OLE color: 16272408.
HSL color Cylindrical-coordinate representation of color #184CF8: hue angle of 226.07º 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 #184CF8 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 76 | 248 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.03 |
| HSL | 226.07º | 0.94% | 0.53% | - |
| HSV(B) | 226.07º | 0.9% | 0.97% | - |
| XYZ | 19.9 | 12.14 | 90.1 | - |
| YUV | 80.06 | 222.77 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 248 | 0.90 | 0.69 | 0 | 0.03 | 226.07 | 0.94 | 0.53 |
| Hex | 18 | 4C | F8 | 5A | 45 | 0 | 3 | E2 | 5E | 35 |
| Octal | 30 | 114 | 370 | 132 | 105 | 0 | 3 | 342 | 136 | 65 |
| Binary | 11000 | 1001100 | 11111000 | 1011010 | 1000101 | 0 | 11 | 11100010 | 1011110 | 110101 |
Color Harmonies of #184CF8
Complementary color
Monochromatic Colors of #184CF8
Black with #184CF8
Text Example
Text Example
White with #184CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CF8; }
p { color: rgb(24,76,248); }
H1.HeaderClassName
{
color: #184CF8;
}
.AnyTagClassName
{
color: #184CF8;
}
</style>
background-color css
<style>
a { background-color: #184CF8; }
a { background-color: rgb(24,76,248); }
div.DivClassName
{
background-color: #184CF8;
}
.BgClassName
{
background-color: #184CF8;
}
</style>
border-color css
<style>
span { border-color: #184CF8; }
span { border-color: rgb(24,76,248); }
td.TdClassName
{
border-color: #184CF8;
}
.TagClassName
{
border-color: #184CF8;
}
</style>