Shades of Royal Blue #1453FF
Tints of Royal Blue #1453FF
RGB
CMYK
RGB Variations
Color information
#1453FF (or 0x1453FF) is known color: Royal Blue. HEX triplet: 14, 53 and FF. RGB value is (20,83,255). Sum of RGB (Red+Green+Blue) = 20+83+255=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #1453FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1453FF is #EBAC00. Grayscale: #535353. Windows color (decimal): -15444993 or 16732948. OLE color: 16732948.
HSL color Cylindrical-coordinate representation of color #1453FF: hue angle of 223.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1453FF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 83 | 255 | - |
| CMYK | 0.92 | 0.67 | 0 | 0 |
| HSL | 223.91º | 1% | 0.54% | - |
| HSV(B) | 223.91º | 0.92% | 1% | - |
| XYZ | 21.43 | 13.56 | 96.09 | - |
| YUV | 83.77 | 224.63 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 255 | 0.92 | 0.67 | 0 | 0 | 223.91 | 1 | 0.54 |
| Hex | 14 | 53 | FF | 5C | 43 | 0 | 0 | E0 | 64 | 36 |
| Octal | 24 | 123 | 377 | 134 | 103 | 0 | 0 | 340 | 144 | 66 |
| Binary | 10100 | 1010011 | 11111111 | 1011100 | 1000011 | 0 | 0 | 11100000 | 1100100 | 110110 |
Color Harmonies of #1453FF
Complementary color
Monochromatic Colors of #1453FF
Black with #1453FF
Text Example
Text Example
White with #1453FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453FF; }
p { color: rgb(20,83,255); }
H1.HeaderClassName
{
color: #1453FF;
}
.AnyTagClassName
{
color: #1453FF;
}
</style>
background-color css
<style>
a { background-color: #1453FF; }
a { background-color: rgb(20,83,255); }
div.DivClassName
{
background-color: #1453FF;
}
.BgClassName
{
background-color: #1453FF;
}
</style>
border-color css
<style>
span { border-color: #1453FF; }
span { border-color: rgb(20,83,255); }
td.TdClassName
{
border-color: #1453FF;
}
.TagClassName
{
border-color: #1453FF;
}
</style>