Shades of Royal Blue #1953F8
Tints of Royal Blue #1953F8
RGB
CMYK
RGB Variations
Color information
#1953F8 (or 0x1953F8) is known color: Royal Blue. HEX triplet: 19, 53 and F8. RGB value is (25,83,248). Sum of RGB (Red+Green+Blue) = 25+83+248=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 248 (97.27% from 255 or 69.66% from 356); Max value from RGB is 248 - color contains mainly: blue. Hex color #1953F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1953F8 is #E6AC07. Grayscale: #535353. Windows color (decimal): -15117320 or 16274201. OLE color: 16274201.
HSL color Cylindrical-coordinate representation of color #1953F8: hue angle of 224.39º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1953F8 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 83 | 248 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.03 |
| HSL | 224.39º | 0.94% | 0.54% | - |
| HSV(B) | 224.39º | 0.9% | 0.97% | - |
| XYZ | 20.44 | 13.17 | 90.27 | - |
| YUV | 84.47 | 220.28 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 248 | 0.90 | 0.67 | 0 | 0.03 | 224.39 | 0.94 | 0.54 |
| Hex | 19 | 53 | F8 | 5A | 43 | 0 | 3 | E0 | 5E | 36 |
| Octal | 31 | 123 | 370 | 132 | 103 | 0 | 3 | 340 | 136 | 66 |
| Binary | 11001 | 1010011 | 11111000 | 1011010 | 1000011 | 0 | 11 | 11100000 | 1011110 | 110110 |
Color Harmonies of #1953F8
Complementary color
Monochromatic Colors of #1953F8
Black with #1953F8
Text Example
Text Example
White with #1953F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1953F8; }
p { color: rgb(25,83,248); }
H1.HeaderClassName
{
color: #1953F8;
}
.AnyTagClassName
{
color: #1953F8;
}
</style>
background-color css
<style>
a { background-color: #1953F8; }
a { background-color: rgb(25,83,248); }
div.DivClassName
{
background-color: #1953F8;
}
.BgClassName
{
background-color: #1953F8;
}
</style>
border-color css
<style>
span { border-color: #1953F8; }
span { border-color: rgb(25,83,248); }
td.TdClassName
{
border-color: #1953F8;
}
.TagClassName
{
border-color: #1953F8;
}
</style>