Shades of Royal Blue #1350FC
Tints of Royal Blue #1350FC
RGB
CMYK
RGB Variations
Color information
#1350FC (or 0x1350FC) is known color: Royal Blue. HEX triplet: 13, 50 and FC. RGB value is (19,80,252). Sum of RGB (Red+Green+Blue) = 19+80+252=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #1350FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350FC is #ECAF03. Grayscale: #505050. Windows color (decimal): -15511300 or 16535571. OLE color: 16535571.
HSL color Cylindrical-coordinate representation of color #1350FC: hue angle of 224.29º 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 #1350FC is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 80 | 252 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.01 |
| HSL | 224.29º | 0.97% | 0.53% | - |
| HSV(B) | 224.29º | 0.92% | 0.99% | - |
| XYZ | 20.71 | 12.9 | 93.49 | - |
| YUV | 81.37 | 224.29 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 252 | 0.92 | 0.68 | 0 | 0.01 | 224.29 | 0.97 | 0.53 |
| Hex | 13 | 50 | FC | 5C | 44 | 0 | 1 | E0 | 61 | 35 |
| Octal | 23 | 120 | 374 | 134 | 104 | 0 | 1 | 340 | 141 | 65 |
| Binary | 10011 | 1010000 | 11111100 | 1011100 | 1000100 | 0 | 1 | 11100000 | 1100001 | 110101 |
Color Harmonies of #1350FC
Complementary color
Monochromatic Colors of #1350FC
Black with #1350FC
Text Example
Text Example
White with #1350FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350FC; }
p { color: rgb(19,80,252); }
H1.HeaderClassName
{
color: #1350FC;
}
.AnyTagClassName
{
color: #1350FC;
}
</style>
background-color css
<style>
a { background-color: #1350FC; }
a { background-color: rgb(19,80,252); }
div.DivClassName
{
background-color: #1350FC;
}
.BgClassName
{
background-color: #1350FC;
}
</style>
border-color css
<style>
span { border-color: #1350FC; }
span { border-color: rgb(19,80,252); }
td.TdClassName
{
border-color: #1350FC;
}
.TagClassName
{
border-color: #1350FC;
}
</style>