Shades of Royal Blue #1C5EFB
Tints of Royal Blue #1C5EFB
RGB
CMYK
RGB Variations
Color information
#1C5EFB (or 0x1C5EFB) is known color: Royal Blue. HEX triplet: 1C, 5E and FB. RGB value is (28,94,251). Sum of RGB (Red+Green+Blue) = 28+94+251=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C5EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5EFB is #E3A104. Grayscale: #5B5B5B. Windows color (decimal): -14917893 or 16473628. OLE color: 16473628.
HSL color Cylindrical-coordinate representation of color #1C5EFB: hue angle of 222.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C5EFB is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 94 | 251 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.02 |
| HSL | 222.24º | 0.97% | 0.55% | - |
| HSV(B) | 222.24º | 0.89% | 0.98% | - |
| XYZ | 21.89 | 15.22 | 93.05 | - |
| YUV | 92.16 | 217.63 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 94 | 251 | 0.89 | 0.63 | 0 | 0.02 | 222.24 | 0.97 | 0.55 |
| Hex | 1C | 5E | FB | 59 | 3F | 0 | 2 | DE | 61 | 37 |
| Octal | 34 | 136 | 373 | 131 | 77 | 0 | 2 | 336 | 141 | 67 |
| Binary | 11100 | 1011110 | 11111011 | 1011001 | 111111 | 0 | 10 | 11011110 | 1100001 | 110111 |
Color Harmonies of #1C5EFB
Complementary color
Monochromatic Colors of #1C5EFB
Black with #1C5EFB
Text Example
Text Example
White with #1C5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5EFB; }
p { color: rgb(28,94,251); }
H1.HeaderClassName
{
color: #1C5EFB;
}
.AnyTagClassName
{
color: #1C5EFB;
}
</style>
background-color css
<style>
a { background-color: #1C5EFB; }
a { background-color: rgb(28,94,251); }
div.DivClassName
{
background-color: #1C5EFB;
}
.BgClassName
{
background-color: #1C5EFB;
}
</style>
border-color css
<style>
span { border-color: #1C5EFB; }
span { border-color: rgb(28,94,251); }
td.TdClassName
{
border-color: #1C5EFB;
}
.TagClassName
{
border-color: #1C5EFB;
}
</style>