Shades of Royal Blue #1C5EFA
Tints of Royal Blue #1C5EFA
RGB
CMYK
RGB Variations
Color information
#1C5EFA (or 0x1C5EFA) is known color: Royal Blue. HEX triplet: 1C, 5E and FA. RGB value is (28,94,250). Sum of RGB (Red+Green+Blue) = 28+94+250=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C5EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5EFA is #E3A105. Grayscale: #5B5B5B. Windows color (decimal): -14917894 or 16408092. OLE color: 16408092.
HSL color Cylindrical-coordinate representation of color #1C5EFA: hue angle of 222.16º degrees, saturation: 0.96, 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 #1C5EFA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 94 | 250 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.02 |
| HSL | 222.16º | 0.96% | 0.55% | - |
| HSV(B) | 222.16º | 0.89% | 0.98% | - |
| XYZ | 21.74 | 15.15 | 92.22 | - |
| YUV | 92.05 | 217.13 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 94 | 250 | 0.89 | 0.62 | 0 | 0.02 | 222.16 | 0.96 | 0.55 |
| Hex | 1C | 5E | FA | 59 | 3E | 0 | 2 | DE | 60 | 37 |
| Octal | 34 | 136 | 372 | 131 | 76 | 0 | 2 | 336 | 140 | 67 |
| Binary | 11100 | 1011110 | 11111010 | 1011001 | 111110 | 0 | 10 | 11011110 | 1100000 | 110111 |
Color Harmonies of #1C5EFA
Complementary color
Monochromatic Colors of #1C5EFA
Black with #1C5EFA
Text Example
Text Example
White with #1C5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5EFA; }
p { color: rgb(28,94,250); }
H1.HeaderClassName
{
color: #1C5EFA;
}
.AnyTagClassName
{
color: #1C5EFA;
}
</style>
background-color css
<style>
a { background-color: #1C5EFA; }
a { background-color: rgb(28,94,250); }
div.DivClassName
{
background-color: #1C5EFA;
}
.BgClassName
{
background-color: #1C5EFA;
}
</style>
border-color css
<style>
span { border-color: #1C5EFA; }
span { border-color: rgb(28,94,250); }
td.TdClassName
{
border-color: #1C5EFA;
}
.TagClassName
{
border-color: #1C5EFA;
}
</style>