Shades of Royal Blue #1856FD
Tints of Royal Blue #1856FD
RGB
CMYK
RGB Variations
Color information
#1856FD (or 0x1856FD) is known color: Royal Blue. HEX triplet: 18, 56 and FD. RGB value is (24,86,253). Sum of RGB (Red+Green+Blue) = 24+86+253=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #1856FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1856FD is #E7A902. Grayscale: #555555. Windows color (decimal): -15182083 or 16602648. OLE color: 16602648.
HSL color Cylindrical-coordinate representation of color #1856FD: hue angle of 223.76º 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 #1856FD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 86 | 253 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.01 |
| HSL | 223.76º | 0.98% | 0.54% | - |
| HSV(B) | 223.76º | 0.91% | 0.99% | - |
| XYZ | 21.43 | 13.94 | 94.49 | - |
| YUV | 86.5 | 221.96 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 253 | 0.91 | 0.66 | 0 | 0.01 | 223.76 | 0.98 | 0.54 |
| Hex | 18 | 56 | FD | 5B | 42 | 0 | 1 | E0 | 62 | 36 |
| Octal | 30 | 126 | 375 | 133 | 102 | 0 | 1 | 340 | 142 | 66 |
| Binary | 11000 | 1010110 | 11111101 | 1011011 | 1000010 | 0 | 1 | 11100000 | 1100010 | 110110 |
Color Harmonies of #1856FD
Complementary color
Monochromatic Colors of #1856FD
Black with #1856FD
Text Example
Text Example
White with #1856FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1856FD; }
p { color: rgb(24,86,253); }
H1.HeaderClassName
{
color: #1856FD;
}
.AnyTagClassName
{
color: #1856FD;
}
</style>
background-color css
<style>
a { background-color: #1856FD; }
a { background-color: rgb(24,86,253); }
div.DivClassName
{
background-color: #1856FD;
}
.BgClassName
{
background-color: #1856FD;
}
</style>
border-color css
<style>
span { border-color: #1856FD; }
span { border-color: rgb(24,86,253); }
td.TdClassName
{
border-color: #1856FD;
}
.TagClassName
{
border-color: #1856FD;
}
</style>