Shades of Royal Blue #1254FE
Tints of Royal Blue #1254FE
RGB
CMYK
RGB Variations
Color information
#1254FE (or 0x1254FE) is known color: Royal Blue. HEX triplet: 12, 54 and FE. RGB value is (18,84,254). Sum of RGB (Red+Green+Blue) = 18+84+254=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #1254FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1254FE is #EDAB01. Grayscale: #525252. Windows color (decimal): -15575810 or 16667666. OLE color: 16667666.
HSL color Cylindrical-coordinate representation of color #1254FE: hue angle of 223.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1254FE is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 84 | 254 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.00 |
| HSL | 223.22º | 0.99% | 0.53% | - |
| HSV(B) | 223.22º | 0.93% | 1% | - |
| XYZ | 21.31 | 13.63 | 95.27 | - |
| YUV | 83.65 | 224.13 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 254 | 0.93 | 0.67 | 0 | 0.00 | 223.22 | 0.99 | 0.53 |
| Hex | 12 | 54 | FE | 5D | 43 | 0 | 0 | DF | 63 | 35 |
| Octal | 22 | 124 | 376 | 135 | 103 | 0 | 0 | 337 | 143 | 65 |
| Binary | 10010 | 1010100 | 11111110 | 1011101 | 1000011 | 0 | 0 | 11011111 | 1100011 | 110101 |
Color Harmonies of #1254FE
Complementary color
Monochromatic Colors of #1254FE
Black with #1254FE
Text Example
Text Example
White with #1254FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1254FE; }
p { color: rgb(18,84,254); }
H1.HeaderClassName
{
color: #1254FE;
}
.AnyTagClassName
{
color: #1254FE;
}
</style>
background-color css
<style>
a { background-color: #1254FE; }
a { background-color: rgb(18,84,254); }
div.DivClassName
{
background-color: #1254FE;
}
.BgClassName
{
background-color: #1254FE;
}
</style>
border-color css
<style>
span { border-color: #1254FE; }
span { border-color: rgb(18,84,254); }
td.TdClassName
{
border-color: #1254FE;
}
.TagClassName
{
border-color: #1254FE;
}
</style>