Shades of Royal Blue #1C59FE
Tints of Royal Blue #1C59FE
RGB
CMYK
RGB Variations
Color information
#1C59FE (or 0x1C59FE) is known color: Royal Blue. HEX triplet: 1C, 59 and FE. RGB value is (28,89,254). Sum of RGB (Red+Green+Blue) = 28+89+254=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C59FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C59FE is #E3A601. Grayscale: #585858. Windows color (decimal): -14919170 or 16668956. OLE color: 16668956.
HSL color Cylindrical-coordinate representation of color #1C59FE: hue angle of 223.81º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C59FE is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 89 | 254 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.00 |
| HSL | 223.81º | 0.99% | 0.55% | - |
| HSV(B) | 223.81º | 0.89% | 1% | - |
| XYZ | 21.94 | 14.55 | 95.42 | - |
| YUV | 89.57 | 220.79 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 254 | 0.89 | 0.65 | 0 | 0.00 | 223.81 | 0.99 | 0.55 |
| Hex | 1C | 59 | FE | 59 | 41 | 0 | 0 | E0 | 63 | 37 |
| Octal | 34 | 131 | 376 | 131 | 101 | 0 | 0 | 340 | 143 | 67 |
| Binary | 11100 | 1011001 | 11111110 | 1011001 | 1000001 | 0 | 0 | 11100000 | 1100011 | 110111 |
Color Harmonies of #1C59FE
Complementary color
Monochromatic Colors of #1C59FE
Black with #1C59FE
Text Example
Text Example
White with #1C59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C59FE; }
p { color: rgb(28,89,254); }
H1.HeaderClassName
{
color: #1C59FE;
}
.AnyTagClassName
{
color: #1C59FE;
}
</style>
background-color css
<style>
a { background-color: #1C59FE; }
a { background-color: rgb(28,89,254); }
div.DivClassName
{
background-color: #1C59FE;
}
.BgClassName
{
background-color: #1C59FE;
}
</style>
border-color css
<style>
span { border-color: #1C59FE; }
span { border-color: rgb(28,89,254); }
td.TdClassName
{
border-color: #1C59FE;
}
.TagClassName
{
border-color: #1C59FE;
}
</style>