Shades of Royal Blue #1C59FF
Tints of Royal Blue #1C59FF
RGB
CMYK
RGB Variations
Color information
#1C59FF (or 0x1C59FF) is known color: Royal Blue. HEX triplet: 1C, 59 and FF. RGB value is (28,89,255). Sum of RGB (Red+Green+Blue) = 28+89+255=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C59FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C59FF is #E3A600. Grayscale: #585858. Windows color (decimal): -14919169 or 16734492. OLE color: 16734492.
HSL color Cylindrical-coordinate representation of color #1C59FF: hue angle of 223.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C59FF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 89 | 255 | - |
| CMYK | 0.89 | 0.65 | 0 | 0 |
| HSL | 223.88º | 1% | 0.55% | - |
| HSV(B) | 223.88º | 0.89% | 1% | - |
| XYZ | 22.1 | 14.61 | 96.26 | - |
| YUV | 89.69 | 221.29 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 255 | 0.89 | 0.65 | 0 | 0 | 223.88 | 1 | 0.55 |
| Hex | 1C | 59 | FF | 59 | 41 | 0 | 0 | E0 | 64 | 37 |
| Octal | 34 | 131 | 377 | 131 | 101 | 0 | 0 | 340 | 144 | 67 |
| Binary | 11100 | 1011001 | 11111111 | 1011001 | 1000001 | 0 | 0 | 11100000 | 1100100 | 110111 |
Color Harmonies of #1C59FF
Complementary color
Monochromatic Colors of #1C59FF
Black with #1C59FF
Text Example
Text Example
White with #1C59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C59FF; }
p { color: rgb(28,89,255); }
H1.HeaderClassName
{
color: #1C59FF;
}
.AnyTagClassName
{
color: #1C59FF;
}
</style>
background-color css
<style>
a { background-color: #1C59FF; }
a { background-color: rgb(28,89,255); }
div.DivClassName
{
background-color: #1C59FF;
}
.BgClassName
{
background-color: #1C59FF;
}
</style>
border-color css
<style>
span { border-color: #1C59FF; }
span { border-color: rgb(28,89,255); }
td.TdClassName
{
border-color: #1C59FF;
}
.TagClassName
{
border-color: #1C59FF;
}
</style>