Shades of Royal Blue #1254FF
Tints of Royal Blue #1254FF
RGB
CMYK
RGB Variations
Color information
#1254FF (or 0x1254FF) is known color: Royal Blue. HEX triplet: 12, 54 and FF. RGB value is (18,84,255). Sum of RGB (Red+Green+Blue) = 18+84+255=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #1254FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1254FF is #EDAB00. Grayscale: #535353. Windows color (decimal): -15575809 or 16733202. OLE color: 16733202.
HSL color Cylindrical-coordinate representation of color #1254FF: hue angle of 223.29º 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 #1254FF is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 84 | 255 | - |
| CMYK | 0.93 | 0.67 | 0 | 0 |
| HSL | 223.29º | 1% | 0.54% | - |
| HSV(B) | 223.29º | 0.93% | 1% | - |
| XYZ | 21.47 | 13.69 | 96.12 | - |
| YUV | 83.76 | 224.63 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 255 | 0.93 | 0.67 | 0 | 0 | 223.29 | 1 | 0.54 |
| Hex | 12 | 54 | FF | 5D | 43 | 0 | 0 | DF | 64 | 36 |
| Octal | 22 | 124 | 377 | 135 | 103 | 0 | 0 | 337 | 144 | 66 |
| Binary | 10010 | 1010100 | 11111111 | 1011101 | 1000011 | 0 | 0 | 11011111 | 1100100 | 110110 |
Color Harmonies of #1254FF
Complementary color
Monochromatic Colors of #1254FF
Black with #1254FF
Text Example
Text Example
White with #1254FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1254FF; }
p { color: rgb(18,84,255); }
H1.HeaderClassName
{
color: #1254FF;
}
.AnyTagClassName
{
color: #1254FF;
}
</style>
background-color css
<style>
a { background-color: #1254FF; }
a { background-color: rgb(18,84,255); }
div.DivClassName
{
background-color: #1254FF;
}
.BgClassName
{
background-color: #1254FF;
}
</style>
border-color css
<style>
span { border-color: #1254FF; }
span { border-color: rgb(18,84,255); }
td.TdClassName
{
border-color: #1254FF;
}
.TagClassName
{
border-color: #1254FF;
}
</style>