Shades of Royal Blue #1953FF
Tints of Royal Blue #1953FF
RGB
CMYK
RGB Variations
Color information
#1953FF (or 0x1953FF) is known color: Royal Blue. HEX triplet: 19, 53 and FF. RGB value is (25,83,255). Sum of RGB (Red+Green+Blue) = 25+83+255=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #1953FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1953FF is #E6AC00. Grayscale: #545454. Windows color (decimal): -15117313 or 16732953. OLE color: 16732953.
HSL color Cylindrical-coordinate representation of color #1953FF: hue angle of 224.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1953FF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 83 | 255 | - |
| CMYK | 0.90 | 0.67 | 0 | 0 |
| HSL | 224.87º | 1% | 0.55% | - |
| HSV(B) | 224.87º | 0.9% | 1% | - |
| XYZ | 21.54 | 13.61 | 96.1 | - |
| YUV | 85.27 | 223.78 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 255 | 0.90 | 0.67 | 0 | 0 | 224.87 | 1 | 0.55 |
| Hex | 19 | 53 | FF | 5A | 43 | 0 | 0 | E1 | 64 | 37 |
| Octal | 31 | 123 | 377 | 132 | 103 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11001 | 1010011 | 11111111 | 1011010 | 1000011 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1953FF
Complementary color
Monochromatic Colors of #1953FF
Black with #1953FF
Text Example
Text Example
White with #1953FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1953FF; }
p { color: rgb(25,83,255); }
H1.HeaderClassName
{
color: #1953FF;
}
.AnyTagClassName
{
color: #1953FF;
}
</style>
background-color css
<style>
a { background-color: #1953FF; }
a { background-color: rgb(25,83,255); }
div.DivClassName
{
background-color: #1953FF;
}
.BgClassName
{
background-color: #1953FF;
}
</style>
border-color css
<style>
span { border-color: #1953FF; }
span { border-color: rgb(25,83,255); }
td.TdClassName
{
border-color: #1953FF;
}
.TagClassName
{
border-color: #1953FF;
}
</style>