Shades of Royal Blue #1358FC
Tints of Royal Blue #1358FC
RGB
CMYK
RGB Variations
Color information
#1358FC (or 0x1358FC) is known color: Royal Blue. HEX triplet: 13, 58 and FC. RGB value is (19,88,252). Sum of RGB (Red+Green+Blue) = 19+88+252=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #1358FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1358FC is #ECA703. Grayscale: #555555. Windows color (decimal): -15509252 or 16537619. OLE color: 16537619.
HSL color Cylindrical-coordinate representation of color #1358FC: hue angle of 222.23º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1358FC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 88 | 252 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.01 |
| HSL | 222.23º | 0.97% | 0.53% | - |
| HSV(B) | 222.23º | 0.92% | 0.99% | - |
| XYZ | 21.33 | 14.15 | 93.7 | - |
| YUV | 86.07 | 221.64 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 252 | 0.92 | 0.65 | 0 | 0.01 | 222.23 | 0.97 | 0.53 |
| Hex | 13 | 58 | FC | 5C | 41 | 0 | 1 | DE | 61 | 35 |
| Octal | 23 | 130 | 374 | 134 | 101 | 0 | 1 | 336 | 141 | 65 |
| Binary | 10011 | 1011000 | 11111100 | 1011100 | 1000001 | 0 | 1 | 11011110 | 1100001 | 110101 |
Color Harmonies of #1358FC
Complementary color
Monochromatic Colors of #1358FC
Black with #1358FC
Text Example
Text Example
White with #1358FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1358FC; }
p { color: rgb(19,88,252); }
H1.HeaderClassName
{
color: #1358FC;
}
.AnyTagClassName
{
color: #1358FC;
}
</style>
background-color css
<style>
a { background-color: #1358FC; }
a { background-color: rgb(19,88,252); }
div.DivClassName
{
background-color: #1358FC;
}
.BgClassName
{
background-color: #1358FC;
}
</style>
border-color css
<style>
span { border-color: #1358FC; }
span { border-color: rgb(19,88,252); }
td.TdClassName
{
border-color: #1358FC;
}
.TagClassName
{
border-color: #1358FC;
}
</style>