Shades of Royal Blue #124BFD
Tints of Royal Blue #124BFD
RGB
CMYK
RGB Variations
Color information
#124BFD (or 0x124BFD) is known color: Royal Blue. HEX triplet: 12, 4B and FD. RGB value is (18,75,253). Sum of RGB (Red+Green+Blue) = 18+75+253=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #124BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BFD is #EDB402. Grayscale: #4D4D4D. Windows color (decimal): -15578115 or 16599826. OLE color: 16599826.
HSL color Cylindrical-coordinate representation of color #124BFD: hue angle of 225.45º 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 #124BFD is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 75 | 253 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.01 |
| HSL | 225.45º | 0.98% | 0.53% | - |
| HSV(B) | 225.45º | 0.93% | 0.99% | - |
| XYZ | 20.5 | 12.25 | 94.21 | - |
| YUV | 78.25 | 226.62 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 253 | 0.93 | 0.70 | 0 | 0.01 | 225.45 | 0.98 | 0.53 |
| Hex | 12 | 4B | FD | 5D | 46 | 0 | 1 | E1 | 62 | 35 |
| Octal | 22 | 113 | 375 | 135 | 106 | 0 | 1 | 341 | 142 | 65 |
| Binary | 10010 | 1001011 | 11111101 | 1011101 | 1000110 | 0 | 1 | 11100001 | 1100010 | 110101 |
Color Harmonies of #124BFD
Complementary color
Monochromatic Colors of #124BFD
Black with #124BFD
Text Example
Text Example
White with #124BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BFD; }
p { color: rgb(18,75,253); }
H1.HeaderClassName
{
color: #124BFD;
}
.AnyTagClassName
{
color: #124BFD;
}
</style>
background-color css
<style>
a { background-color: #124BFD; }
a { background-color: rgb(18,75,253); }
div.DivClassName
{
background-color: #124BFD;
}
.BgClassName
{
background-color: #124BFD;
}
</style>
border-color css
<style>
span { border-color: #124BFD; }
span { border-color: rgb(18,75,253); }
td.TdClassName
{
border-color: #124BFD;
}
.TagClassName
{
border-color: #124BFD;
}
</style>