Shades of Royal Blue #1855FD
Tints of Royal Blue #1855FD
RGB
CMYK
RGB Variations
Color information
#1855FD (or 0x1855FD) is known color: Royal Blue. HEX triplet: 18, 55 and FD. RGB value is (24,85,253). Sum of RGB (Red+Green+Blue) = 24+85+253=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #1855FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1855FD is #E7AA02. Grayscale: #555555. Windows color (decimal): -15182339 or 16602392. OLE color: 16602392.
HSL color Cylindrical-coordinate representation of color #1855FD: hue angle of 224.02º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1855FD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 85 | 253 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.01 |
| HSL | 224.02º | 0.98% | 0.54% | - |
| HSV(B) | 224.02º | 0.91% | 0.99% | - |
| XYZ | 21.35 | 13.78 | 94.46 | - |
| YUV | 85.91 | 222.29 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 253 | 0.91 | 0.66 | 0 | 0.01 | 224.02 | 0.98 | 0.54 |
| Hex | 18 | 55 | FD | 5B | 42 | 0 | 1 | E0 | 62 | 36 |
| Octal | 30 | 125 | 375 | 133 | 102 | 0 | 1 | 340 | 142 | 66 |
| Binary | 11000 | 1010101 | 11111101 | 1011011 | 1000010 | 0 | 1 | 11100000 | 1100010 | 110110 |
Color Harmonies of #1855FD
Complementary color
Monochromatic Colors of #1855FD
Black with #1855FD
Text Example
Text Example
White with #1855FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855FD; }
p { color: rgb(24,85,253); }
H1.HeaderClassName
{
color: #1855FD;
}
.AnyTagClassName
{
color: #1855FD;
}
</style>
background-color css
<style>
a { background-color: #1855FD; }
a { background-color: rgb(24,85,253); }
div.DivClassName
{
background-color: #1855FD;
}
.BgClassName
{
background-color: #1855FD;
}
</style>
border-color css
<style>
span { border-color: #1855FD; }
span { border-color: rgb(24,85,253); }
td.TdClassName
{
border-color: #1855FD;
}
.TagClassName
{
border-color: #1855FD;
}
</style>