Shades of Royal Blue #1C58FF
Tints of Royal Blue #1C58FF
RGB
CMYK
RGB Variations
Color information
#1C58FF (or 0x1C58FF) is known color: Royal Blue. HEX triplet: 1C, 58 and FF. RGB value is (28,88,255). Sum of RGB (Red+Green+Blue) = 28+88+255=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C58FF is #E3A700. Grayscale: #585858. Windows color (decimal): -14919425 or 16734236. OLE color: 16734236.
HSL color Cylindrical-coordinate representation of color #1C58FF: hue angle of 224.14º 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 #1C58FF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 88 | 255 | - |
| CMYK | 0.89 | 0.65 | 0 | 0 |
| HSL | 224.14º | 1% | 0.55% | - |
| HSV(B) | 224.14º | 0.89% | 1% | - |
| XYZ | 22.02 | 14.45 | 96.24 | - |
| YUV | 89.1 | 221.62 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 255 | 0.89 | 0.65 | 0 | 0 | 224.14 | 1 | 0.55 |
| Hex | 1C | 58 | FF | 59 | 41 | 0 | 0 | E0 | 64 | 37 |
| Octal | 34 | 130 | 377 | 131 | 101 | 0 | 0 | 340 | 144 | 67 |
| Binary | 11100 | 1011000 | 11111111 | 1011001 | 1000001 | 0 | 0 | 11100000 | 1100100 | 110111 |
Color Harmonies of #1C58FF
Complementary color
Monochromatic Colors of #1C58FF
Black with #1C58FF
Text Example
Text Example
White with #1C58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C58FF; }
p { color: rgb(28,88,255); }
H1.HeaderClassName
{
color: #1C58FF;
}
.AnyTagClassName
{
color: #1C58FF;
}
</style>
background-color css
<style>
a { background-color: #1C58FF; }
a { background-color: rgb(28,88,255); }
div.DivClassName
{
background-color: #1C58FF;
}
.BgClassName
{
background-color: #1C58FF;
}
</style>
border-color css
<style>
span { border-color: #1C58FF; }
span { border-color: rgb(28,88,255); }
td.TdClassName
{
border-color: #1C58FF;
}
.TagClassName
{
border-color: #1C58FF;
}
</style>