Shades of Royal Blue #1955FC
Tints of Royal Blue #1955FC
RGB
CMYK
RGB Variations
Color information
#1955FC (or 0x1955FC) is known color: Royal Blue. HEX triplet: 19, 55 and FC. RGB value is (25,85,252). Sum of RGB (Red+Green+Blue) = 25+85+252=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #1955FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955FC is #E6AA03. Grayscale: #555555. Windows color (decimal): -15116804 or 16536857. OLE color: 16536857.
HSL color Cylindrical-coordinate representation of color #1955FC: hue angle of 224.14º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1955FC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 85 | 252 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.01 |
| HSL | 224.14º | 0.97% | 0.54% | - |
| HSV(B) | 224.14º | 0.9% | 0.99% | - |
| XYZ | 21.22 | 13.73 | 93.63 | - |
| YUV | 86.1 | 221.62 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 252 | 0.90 | 0.66 | 0 | 0.01 | 224.14 | 0.97 | 0.54 |
| Hex | 19 | 55 | FC | 5A | 42 | 0 | 1 | E0 | 61 | 36 |
| Octal | 31 | 125 | 374 | 132 | 102 | 0 | 1 | 340 | 141 | 66 |
| Binary | 11001 | 1010101 | 11111100 | 1011010 | 1000010 | 0 | 1 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1955FC
Complementary color
Monochromatic Colors of #1955FC
Black with #1955FC
Text Example
Text Example
White with #1955FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955FC; }
p { color: rgb(25,85,252); }
H1.HeaderClassName
{
color: #1955FC;
}
.AnyTagClassName
{
color: #1955FC;
}
</style>
background-color css
<style>
a { background-color: #1955FC; }
a { background-color: rgb(25,85,252); }
div.DivClassName
{
background-color: #1955FC;
}
.BgClassName
{
background-color: #1955FC;
}
</style>
border-color css
<style>
span { border-color: #1955FC; }
span { border-color: rgb(25,85,252); }
td.TdClassName
{
border-color: #1955FC;
}
.TagClassName
{
border-color: #1955FC;
}
</style>