Shades of Royal Blue #124CFD
Tints of Royal Blue #124CFD
RGB
CMYK
RGB Variations
Color information
#124CFD (or 0x124CFD) is known color: Royal Blue. HEX triplet: 12, 4C and FD. RGB value is (18,76,253). Sum of RGB (Red+Green+Blue) = 18+76+253=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #124CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CFD is #EDB302. Grayscale: #4E4E4E. Windows color (decimal): -15577859 or 16600082. OLE color: 16600082.
HSL color Cylindrical-coordinate representation of color #124CFD: hue angle of 225.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124CFD is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 76 | 253 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.01 |
| HSL | 225.19º | 0.98% | 0.53% | - |
| HSV(B) | 225.19º | 0.93% | 0.99% | - |
| XYZ | 20.56 | 12.39 | 94.24 | - |
| YUV | 78.84 | 226.28 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 253 | 0.93 | 0.70 | 0 | 0.01 | 225.19 | 0.98 | 0.53 |
| Hex | 12 | 4C | FD | 5D | 46 | 0 | 1 | E1 | 62 | 35 |
| Octal | 22 | 114 | 375 | 135 | 106 | 0 | 1 | 341 | 142 | 65 |
| Binary | 10010 | 1001100 | 11111101 | 1011101 | 1000110 | 0 | 1 | 11100001 | 1100010 | 110101 |
Color Harmonies of #124CFD
Complementary color
Monochromatic Colors of #124CFD
Black with #124CFD
Text Example
Text Example
White with #124CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CFD; }
p { color: rgb(18,76,253); }
H1.HeaderClassName
{
color: #124CFD;
}
.AnyTagClassName
{
color: #124CFD;
}
</style>
background-color css
<style>
a { background-color: #124CFD; }
a { background-color: rgb(18,76,253); }
div.DivClassName
{
background-color: #124CFD;
}
.BgClassName
{
background-color: #124CFD;
}
</style>
border-color css
<style>
span { border-color: #124CFD; }
span { border-color: rgb(18,76,253); }
td.TdClassName
{
border-color: #124CFD;
}
.TagClassName
{
border-color: #124CFD;
}
</style>