Shades of Royal Blue #1C5EF9
Tints of Royal Blue #1C5EF9
RGB
CMYK
RGB Variations
Color information
#1C5EF9 (or 0x1C5EF9) is known color: Royal Blue. HEX triplet: 1C, 5E and F9. RGB value is (28,94,249). Sum of RGB (Red+Green+Blue) = 28+94+249=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #1C5EF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5EF9 is #E3A106. Grayscale: #5B5B5B. Windows color (decimal): -14917895 or 16342556. OLE color: 16342556.
HSL color Cylindrical-coordinate representation of color #1C5EF9: hue angle of 222.08º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C5EF9 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 94 | 249 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.02 |
| HSL | 222.08º | 0.95% | 0.54% | - |
| HSV(B) | 222.08º | 0.89% | 0.98% | - |
| XYZ | 21.58 | 15.09 | 91.4 | - |
| YUV | 91.94 | 216.63 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 94 | 249 | 0.89 | 0.62 | 0 | 0.02 | 222.08 | 0.95 | 0.54 |
| Hex | 1C | 5E | F9 | 59 | 3E | 0 | 2 | DE | 5F | 36 |
| Octal | 34 | 136 | 371 | 131 | 76 | 0 | 2 | 336 | 137 | 66 |
| Binary | 11100 | 1011110 | 11111001 | 1011001 | 111110 | 0 | 10 | 11011110 | 1011111 | 110110 |
Color Harmonies of #1C5EF9
Complementary color
Monochromatic Colors of #1C5EF9
Black with #1C5EF9
Text Example
Text Example
White with #1C5EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5EF9; }
p { color: rgb(28,94,249); }
H1.HeaderClassName
{
color: #1C5EF9;
}
.AnyTagClassName
{
color: #1C5EF9;
}
</style>
background-color css
<style>
a { background-color: #1C5EF9; }
a { background-color: rgb(28,94,249); }
div.DivClassName
{
background-color: #1C5EF9;
}
.BgClassName
{
background-color: #1C5EF9;
}
</style>
border-color css
<style>
span { border-color: #1C5EF9; }
span { border-color: rgb(28,94,249); }
td.TdClassName
{
border-color: #1C5EF9;
}
.TagClassName
{
border-color: #1C5EF9;
}
</style>