Shades of Royal Blue #184FFD
Tints of Royal Blue #184FFD
RGB
CMYK
RGB Variations
Color information
#184FFD (or 0x184FFD) is known color: Royal Blue. HEX triplet: 18, 4F and FD. RGB value is (24,79,253). Sum of RGB (Red+Green+Blue) = 24+79+253=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #184FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184FFD is #E7B002. Grayscale: #515151. Windows color (decimal): -15183875 or 16600856. OLE color: 16600856.
HSL color Cylindrical-coordinate representation of color #184FFD: hue angle of 225.59º 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 #184FFD is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 79 | 253 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.01 |
| HSL | 225.59º | 0.98% | 0.54% | - |
| HSV(B) | 225.59º | 0.91% | 0.99% | - |
| XYZ | 20.9 | 12.88 | 94.31 | - |
| YUV | 82.39 | 224.28 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 253 | 0.91 | 0.69 | 0 | 0.01 | 225.59 | 0.98 | 0.54 |
| Hex | 18 | 4F | FD | 5B | 45 | 0 | 1 | E2 | 62 | 36 |
| Octal | 30 | 117 | 375 | 133 | 105 | 0 | 1 | 342 | 142 | 66 |
| Binary | 11000 | 1001111 | 11111101 | 1011011 | 1000101 | 0 | 1 | 11100010 | 1100010 | 110110 |
Color Harmonies of #184FFD
Complementary color
Monochromatic Colors of #184FFD
Black with #184FFD
Text Example
Text Example
White with #184FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FFD; }
p { color: rgb(24,79,253); }
H1.HeaderClassName
{
color: #184FFD;
}
.AnyTagClassName
{
color: #184FFD;
}
</style>
background-color css
<style>
a { background-color: #184FFD; }
a { background-color: rgb(24,79,253); }
div.DivClassName
{
background-color: #184FFD;
}
.BgClassName
{
background-color: #184FFD;
}
</style>
border-color css
<style>
span { border-color: #184FFD; }
span { border-color: rgb(24,79,253); }
td.TdClassName
{
border-color: #184FFD;
}
.TagClassName
{
border-color: #184FFD;
}
</style>