Shades of Royal Blue #1251FE
Tints of Royal Blue #1251FE
RGB
CMYK
RGB Variations
Color information
#1251FE (or 0x1251FE) is known color: Royal Blue. HEX triplet: 12, 51 and FE. RGB value is (18,81,254). Sum of RGB (Red+Green+Blue) = 18+81+254=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #1251FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1251FE is #EDAE01. Grayscale: #515151. Windows color (decimal): -15576578 or 16666898. OLE color: 16666898.
HSL color Cylindrical-coordinate representation of color #1251FE: hue angle of 223.98º 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 #1251FE is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 81 | 254 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.00 |
| HSL | 223.98º | 0.99% | 0.53% | - |
| HSV(B) | 223.98º | 0.93% | 1% | - |
| XYZ | 21.08 | 13.17 | 95.2 | - |
| YUV | 81.89 | 225.13 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 254 | 0.93 | 0.68 | 0 | 0.00 | 223.98 | 0.99 | 0.53 |
| Hex | 12 | 51 | FE | 5D | 44 | 0 | 0 | E0 | 63 | 35 |
| Octal | 22 | 121 | 376 | 135 | 104 | 0 | 0 | 340 | 143 | 65 |
| Binary | 10010 | 1010001 | 11111110 | 1011101 | 1000100 | 0 | 0 | 11100000 | 1100011 | 110101 |
Color Harmonies of #1251FE
Complementary color
Monochromatic Colors of #1251FE
Black with #1251FE
Text Example
Text Example
White with #1251FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1251FE; }
p { color: rgb(18,81,254); }
H1.HeaderClassName
{
color: #1251FE;
}
.AnyTagClassName
{
color: #1251FE;
}
</style>
background-color css
<style>
a { background-color: #1251FE; }
a { background-color: rgb(18,81,254); }
div.DivClassName
{
background-color: #1251FE;
}
.BgClassName
{
background-color: #1251FE;
}
</style>
border-color css
<style>
span { border-color: #1251FE; }
span { border-color: rgb(18,81,254); }
td.TdClassName
{
border-color: #1251FE;
}
.TagClassName
{
border-color: #1251FE;
}
</style>