Shades of Royal Blue #1350FF
Tints of Royal Blue #1350FF
RGB
CMYK
RGB Variations
Color information
#1350FF (or 0x1350FF) is known color: Royal Blue. HEX triplet: 13, 50 and FF. RGB value is (19,80,255). Sum of RGB (Red+Green+Blue) = 19+80+255=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #1350FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350FF is #ECAF00. Grayscale: #505050. Windows color (decimal): -15511297 or 16732179. OLE color: 16732179.
HSL color Cylindrical-coordinate representation of color #1350FF: hue angle of 224.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1350FF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 80 | 255 | - |
| CMYK | 0.93 | 0.69 | 0 | 0 |
| HSL | 224.49º | 1% | 0.54% | - |
| HSV(B) | 224.49º | 0.93% | 1% | - |
| XYZ | 21.19 | 13.1 | 96.02 | - |
| YUV | 81.71 | 225.79 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 255 | 0.93 | 0.69 | 0 | 0 | 224.49 | 1 | 0.54 |
| Hex | 13 | 50 | FF | 5D | 45 | 0 | 0 | E0 | 64 | 36 |
| Octal | 23 | 120 | 377 | 135 | 105 | 0 | 0 | 340 | 144 | 66 |
| Binary | 10011 | 1010000 | 11111111 | 1011101 | 1000101 | 0 | 0 | 11100000 | 1100100 | 110110 |
Color Harmonies of #1350FF
Complementary color
Monochromatic Colors of #1350FF
Black with #1350FF
Text Example
Text Example
White with #1350FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350FF; }
p { color: rgb(19,80,255); }
H1.HeaderClassName
{
color: #1350FF;
}
.AnyTagClassName
{
color: #1350FF;
}
</style>
background-color css
<style>
a { background-color: #1350FF; }
a { background-color: rgb(19,80,255); }
div.DivClassName
{
background-color: #1350FF;
}
.BgClassName
{
background-color: #1350FF;
}
</style>
border-color css
<style>
span { border-color: #1350FF; }
span { border-color: rgb(19,80,255); }
td.TdClassName
{
border-color: #1350FF;
}
.TagClassName
{
border-color: #1350FF;
}
</style>