Shades of Royal Blue #1C62E5
Tints of Royal Blue #1C62E5
RGB
CMYK
RGB Variations
Color information
#1C62E5 (or 0x1C62E5) is known color: Royal Blue. HEX triplet: 1C, 62 and E5. RGB value is (28,98,229). Sum of RGB (Red+Green+Blue) = 28+98+229=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 229 (89.84% from 255 or 64.51% from 355); Max value from RGB is 229 - color contains mainly: blue. Hex color #1C62E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C62E5 is #E39D1A. Grayscale: #5B5B5B. Windows color (decimal): -14916891 or 15032860. OLE color: 15032860.
HSL color Cylindrical-coordinate representation of color #1C62E5: hue angle of 219.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C62E5 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 98 | 229 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.10 |
| HSL | 219.1º | 0.79% | 0.5% | - |
| HSV(B) | 219.1º | 0.88% | 0.9% | - |
| XYZ | 18.99 | 14.64 | 75.95 | - |
| YUV | 92 | 205.31 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 229 | 0.88 | 0.57 | 0 | 0.10 | 219.1 | 0.79 | 0.5 |
| Hex | 1C | 62 | E5 | 58 | 39 | 0 | A | DB | 4F | 32 |
| Octal | 34 | 142 | 345 | 130 | 71 | 0 | 12 | 333 | 117 | 62 |
| Binary | 11100 | 1100010 | 11100101 | 1011000 | 111001 | 0 | 1010 | 11011011 | 1001111 | 110010 |
Color Harmonies of #1C62E5
Complementary color
Monochromatic Colors of #1C62E5
Black with #1C62E5
Text Example
Text Example
White with #1C62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C62E5; }
p { color: rgb(28,98,229); }
H1.HeaderClassName
{
color: #1C62E5;
}
.AnyTagClassName
{
color: #1C62E5;
}
</style>
background-color css
<style>
a { background-color: #1C62E5; }
a { background-color: rgb(28,98,229); }
div.DivClassName
{
background-color: #1C62E5;
}
.BgClassName
{
background-color: #1C62E5;
}
</style>
border-color css
<style>
span { border-color: #1C62E5; }
span { border-color: rgb(28,98,229); }
td.TdClassName
{
border-color: #1C62E5;
}
.TagClassName
{
border-color: #1C62E5;
}
</style>