Shades of Royal Blue #124FFF
Tints of Royal Blue #124FFF
RGB
CMYK
RGB Variations
Color information
#124FFF (or 0x124FFF) is known color: Royal Blue. HEX triplet: 12, 4F and FF. RGB value is (18,79,255). Sum of RGB (Red+Green+Blue) = 18+79+255=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #124FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FFF is #EDB000. Grayscale: #505050. Windows color (decimal): -15577089 or 16731922. OLE color: 16731922.
HSL color Cylindrical-coordinate representation of color #124FFF: hue angle of 224.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124FFF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 79 | 255 | - |
| CMYK | 0.93 | 0.69 | 0 | 0 |
| HSL | 224.56º | 1% | 0.54% | - |
| HSV(B) | 224.56º | 0.93% | 1% | - |
| XYZ | 21.1 | 12.94 | 95.99 | - |
| YUV | 80.83 | 226.29 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 255 | 0.93 | 0.69 | 0 | 0 | 224.56 | 1 | 0.54 |
| Hex | 12 | 4F | FF | 5D | 45 | 0 | 0 | E1 | 64 | 36 |
| Octal | 22 | 117 | 377 | 135 | 105 | 0 | 0 | 341 | 144 | 66 |
| Binary | 10010 | 1001111 | 11111111 | 1011101 | 1000101 | 0 | 0 | 11100001 | 1100100 | 110110 |
Color Harmonies of #124FFF
Complementary color
Monochromatic Colors of #124FFF
Black with #124FFF
Text Example
Text Example
White with #124FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FFF; }
p { color: rgb(18,79,255); }
H1.HeaderClassName
{
color: #124FFF;
}
.AnyTagClassName
{
color: #124FFF;
}
</style>
background-color css
<style>
a { background-color: #124FFF; }
a { background-color: rgb(18,79,255); }
div.DivClassName
{
background-color: #124FFF;
}
.BgClassName
{
background-color: #124FFF;
}
</style>
border-color css
<style>
span { border-color: #124FFF; }
span { border-color: rgb(18,79,255); }
td.TdClassName
{
border-color: #124FFF;
}
.TagClassName
{
border-color: #124FFF;
}
</style>