Shades of Royal Blue #1C56EB
Tints of Royal Blue #1C56EB
RGB
CMYK
RGB Variations
Color information
#1C56EB (or 0x1C56EB) is known color: Royal Blue. HEX triplet: 1C, 56 and EB. RGB value is (28,86,235). Sum of RGB (Red+Green+Blue) = 28+86+235=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C56EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C56EB is #E3A914. Grayscale: #545454. Windows color (decimal): -14919957 or 15423004. OLE color: 15423004.
HSL color Cylindrical-coordinate representation of color #1C56EB: hue angle of 223.19º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C56EB is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 86 | 235 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.08 |
| HSL | 223.19º | 0.84% | 0.52% | - |
| HSV(B) | 223.19º | 0.88% | 0.92% | - |
| XYZ | 18.8 | 12.9 | 80.1 | - |
| YUV | 85.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 235 | 0.88 | 0.63 | 0 | 0.08 | 223.19 | 0.84 | 0.52 |
| Hex | 1C | 56 | EB | 58 | 3F | 0 | 8 | DF | 54 | 34 |
| Octal | 34 | 126 | 353 | 130 | 77 | 0 | 10 | 337 | 124 | 64 |
| Binary | 11100 | 1010110 | 11101011 | 1011000 | 111111 | 0 | 1000 | 11011111 | 1010100 | 110100 |
Color Harmonies of #1C56EB
Complementary color
Monochromatic Colors of #1C56EB
Black with #1C56EB
Text Example
Text Example
White with #1C56EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C56EB; }
p { color: rgb(28,86,235); }
H1.HeaderClassName
{
color: #1C56EB;
}
.AnyTagClassName
{
color: #1C56EB;
}
</style>
background-color css
<style>
a { background-color: #1C56EB; }
a { background-color: rgb(28,86,235); }
div.DivClassName
{
background-color: #1C56EB;
}
.BgClassName
{
background-color: #1C56EB;
}
</style>
border-color css
<style>
span { border-color: #1C56EB; }
span { border-color: rgb(28,86,235); }
td.TdClassName
{
border-color: #1C56EB;
}
.TagClassName
{
border-color: #1C56EB;
}
</style>