Shades of Royal Blue #184BF2
Tints of Royal Blue #184BF2
RGB
CMYK
RGB Variations
Color information
#184BF2 (or 0x184BF2) is known color: Royal Blue. HEX triplet: 18, 4B and F2. RGB value is (24,75,242). Sum of RGB (Red+Green+Blue) = 24+75+242=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #184BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184BF2 is #E7B40D. Grayscale: #4E4E4E. Windows color (decimal): -15184910 or 15878936. OLE color: 15878936.
HSL color Cylindrical-coordinate representation of color #184BF2: hue angle of 225.96º degrees, saturation: 0.89, 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 #184BF2 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 75 | 242 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.05 |
| HSL | 225.96º | 0.89% | 0.52% | - |
| HSV(B) | 225.96º | 0.9% | 0.95% | - |
| XYZ | 18.92 | 11.64 | 85.25 | - |
| YUV | 78.79 | 220.1 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 242 | 0.90 | 0.69 | 0 | 0.05 | 225.96 | 0.89 | 0.52 |
| Hex | 18 | 4B | F2 | 5A | 45 | 0 | 5 | E2 | 59 | 34 |
| Octal | 30 | 113 | 362 | 132 | 105 | 0 | 5 | 342 | 131 | 64 |
| Binary | 11000 | 1001011 | 11110010 | 1011010 | 1000101 | 0 | 101 | 11100010 | 1011001 | 110100 |
Color Harmonies of #184BF2
Complementary color
Monochromatic Colors of #184BF2
Black with #184BF2
Text Example
Text Example
White with #184BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BF2; }
p { color: rgb(24,75,242); }
H1.HeaderClassName
{
color: #184BF2;
}
.AnyTagClassName
{
color: #184BF2;
}
</style>
background-color css
<style>
a { background-color: #184BF2; }
a { background-color: rgb(24,75,242); }
div.DivClassName
{
background-color: #184BF2;
}
.BgClassName
{
background-color: #184BF2;
}
</style>
border-color css
<style>
span { border-color: #184BF2; }
span { border-color: rgb(24,75,242); }
td.TdClassName
{
border-color: #184BF2;
}
.TagClassName
{
border-color: #184BF2;
}
</style>