Shades of Royal Blue #1256FF
Tints of Royal Blue #1256FF
RGB
CMYK
RGB Variations
Color information
#1256FF (or 0x1256FF) is known color: Royal Blue. HEX triplet: 12, 56 and FF. RGB value is (18,86,255). Sum of RGB (Red+Green+Blue) = 18+86+255=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #1256FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1256FF is #EDA900. Grayscale: #545454. Windows color (decimal): -15575297 or 16733714. OLE color: 16733714.
HSL color Cylindrical-coordinate representation of color #1256FF: hue angle of 222.78º 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 #1256FF is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 86 | 255 | - |
| CMYK | 0.93 | 0.66 | 0 | 0 |
| HSL | 222.78º | 1% | 0.54% | - |
| HSV(B) | 222.78º | 0.93% | 1% | - |
| XYZ | 21.63 | 14 | 96.17 | - |
| YUV | 84.93 | 223.97 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 255 | 0.93 | 0.66 | 0 | 0 | 222.78 | 1 | 0.54 |
| Hex | 12 | 56 | FF | 5D | 42 | 0 | 0 | DF | 64 | 36 |
| Octal | 22 | 126 | 377 | 135 | 102 | 0 | 0 | 337 | 144 | 66 |
| Binary | 10010 | 1010110 | 11111111 | 1011101 | 1000010 | 0 | 0 | 11011111 | 1100100 | 110110 |
Color Harmonies of #1256FF
Complementary color
Monochromatic Colors of #1256FF
Black with #1256FF
Text Example
Text Example
White with #1256FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256FF; }
p { color: rgb(18,86,255); }
H1.HeaderClassName
{
color: #1256FF;
}
.AnyTagClassName
{
color: #1256FF;
}
</style>
background-color css
<style>
a { background-color: #1256FF; }
a { background-color: rgb(18,86,255); }
div.DivClassName
{
background-color: #1256FF;
}
.BgClassName
{
background-color: #1256FF;
}
</style>
border-color css
<style>
span { border-color: #1256FF; }
span { border-color: rgb(18,86,255); }
td.TdClassName
{
border-color: #1256FF;
}
.TagClassName
{
border-color: #1256FF;
}
</style>