Shades of Royal Blue #1C51EC
Tints of Royal Blue #1C51EC
RGB
CMYK
RGB Variations
Color information
#1C51EC (or 0x1C51EC) is known color: Royal Blue. HEX triplet: 1C, 51 and EC. RGB value is (28,81,236). Sum of RGB (Red+Green+Blue) = 28+81+236=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C51EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C51EC is #E3AE13. Grayscale: #525252. Windows color (decimal): -14921236 or 15487260. OLE color: 15487260.
HSL color Cylindrical-coordinate representation of color #1C51EC: hue angle of 224.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C51EC is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 81 | 236 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.07 |
| HSL | 224.71º | 0.85% | 0.52% | - |
| HSV(B) | 224.71º | 0.88% | 0.93% | - |
| XYZ | 18.56 | 12.19 | 80.73 | - |
| YUV | 82.82 | 214.44 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 236 | 0.88 | 0.66 | 0 | 0.07 | 224.71 | 0.85 | 0.52 |
| Hex | 1C | 51 | EC | 58 | 42 | 0 | 7 | E1 | 55 | 34 |
| Octal | 34 | 121 | 354 | 130 | 102 | 0 | 7 | 341 | 125 | 64 |
| Binary | 11100 | 1010001 | 11101100 | 1011000 | 1000010 | 0 | 111 | 11100001 | 1010101 | 110100 |
Color Harmonies of #1C51EC
Complementary color
Monochromatic Colors of #1C51EC
Black with #1C51EC
Text Example
Text Example
White with #1C51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C51EC; }
p { color: rgb(28,81,236); }
H1.HeaderClassName
{
color: #1C51EC;
}
.AnyTagClassName
{
color: #1C51EC;
}
</style>
background-color css
<style>
a { background-color: #1C51EC; }
a { background-color: rgb(28,81,236); }
div.DivClassName
{
background-color: #1C51EC;
}
.BgClassName
{
background-color: #1C51EC;
}
</style>
border-color css
<style>
span { border-color: #1C51EC; }
span { border-color: rgb(28,81,236); }
td.TdClassName
{
border-color: #1C51EC;
}
.TagClassName
{
border-color: #1C51EC;
}
</style>