Shades of Royal Blue #124EFF
Tints of Royal Blue #124EFF
RGB
CMYK
RGB Variations
Color information
#124EFF (or 0x124EFF) is known color: Royal Blue. HEX triplet: 12, 4E and FF. RGB value is (18,78,255). Sum of RGB (Red+Green+Blue) = 18+78+255=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #124EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EFF is #EDB100. Grayscale: #4F4F4F. Windows color (decimal): -15577345 or 16731666. OLE color: 16731666.
HSL color Cylindrical-coordinate representation of color #124EFF: hue angle of 224.81º 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 #124EFF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 78 | 255 | - |
| CMYK | 0.93 | 0.69 | 0 | 0 |
| HSL | 224.81º | 1% | 0.54% | - |
| HSV(B) | 224.81º | 0.93% | 1% | - |
| XYZ | 21.02 | 12.8 | 95.97 | - |
| YUV | 80.24 | 226.62 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 255 | 0.93 | 0.69 | 0 | 0 | 224.81 | 1 | 0.54 |
| Hex | 12 | 4E | FF | 5D | 45 | 0 | 0 | E1 | 64 | 36 |
| Octal | 22 | 116 | 377 | 135 | 105 | 0 | 0 | 341 | 144 | 66 |
| Binary | 10010 | 1001110 | 11111111 | 1011101 | 1000101 | 0 | 0 | 11100001 | 1100100 | 110110 |
Color Harmonies of #124EFF
Complementary color
Monochromatic Colors of #124EFF
Black with #124EFF
Text Example
Text Example
White with #124EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EFF; }
p { color: rgb(18,78,255); }
H1.HeaderClassName
{
color: #124EFF;
}
.AnyTagClassName
{
color: #124EFF;
}
</style>
background-color css
<style>
a { background-color: #124EFF; }
a { background-color: rgb(18,78,255); }
div.DivClassName
{
background-color: #124EFF;
}
.BgClassName
{
background-color: #124EFF;
}
</style>
border-color css
<style>
span { border-color: #124EFF; }
span { border-color: rgb(18,78,255); }
td.TdClassName
{
border-color: #124EFF;
}
.TagClassName
{
border-color: #124EFF;
}
</style>