Shades of Royal Blue #1250FE
Tints of Royal Blue #1250FE
RGB
CMYK
RGB Variations
Color information
#1250FE (or 0x1250FE) is known color: Royal Blue. HEX triplet: 12, 50 and FE. RGB value is (18,80,254). Sum of RGB (Red+Green+Blue) = 18+80+254=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #1250FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1250FE is #EDAF01. Grayscale: #505050. Windows color (decimal): -15576834 or 16666642. OLE color: 16666642.
HSL color Cylindrical-coordinate representation of color #1250FE: hue angle of 224.24º 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 #1250FE is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 80 | 254 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.00 |
| HSL | 224.24º | 0.99% | 0.53% | - |
| HSV(B) | 224.24º | 0.93% | 1% | - |
| XYZ | 21.01 | 13.02 | 95.17 | - |
| YUV | 81.3 | 225.46 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 254 | 0.93 | 0.69 | 0 | 0.00 | 224.24 | 0.99 | 0.53 |
| Hex | 12 | 50 | FE | 5D | 45 | 0 | 0 | E0 | 63 | 35 |
| Octal | 22 | 120 | 376 | 135 | 105 | 0 | 0 | 340 | 143 | 65 |
| Binary | 10010 | 1010000 | 11111110 | 1011101 | 1000101 | 0 | 0 | 11100000 | 1100011 | 110101 |
Color Harmonies of #1250FE
Complementary color
Monochromatic Colors of #1250FE
Black with #1250FE
Text Example
Text Example
White with #1250FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250FE; }
p { color: rgb(18,80,254); }
H1.HeaderClassName
{
color: #1250FE;
}
.AnyTagClassName
{
color: #1250FE;
}
</style>
background-color css
<style>
a { background-color: #1250FE; }
a { background-color: rgb(18,80,254); }
div.DivClassName
{
background-color: #1250FE;
}
.BgClassName
{
background-color: #1250FE;
}
</style>
border-color css
<style>
span { border-color: #1250FE; }
span { border-color: rgb(18,80,254); }
td.TdClassName
{
border-color: #1250FE;
}
.TagClassName
{
border-color: #1250FE;
}
</style>