Shades of Royal Blue #1856FF
Tints of Royal Blue #1856FF
RGB
CMYK
RGB Variations
Color information
#1856FF (or 0x1856FF) is known color: Royal Blue. HEX triplet: 18, 56 and FF. RGB value is (24,86,255). Sum of RGB (Red+Green+Blue) = 24+86+255=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #1856FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1856FF is #E7A900. Grayscale: #555555. Windows color (decimal): -15182081 or 16733720. OLE color: 16733720.
HSL color Cylindrical-coordinate representation of color #1856FF: hue angle of 223.9º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1856FF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 86 | 255 | - |
| CMYK | 0.91 | 0.66 | 0 | 0 |
| HSL | 223.9º | 1% | 0.55% | - |
| HSV(B) | 223.9º | 0.91% | 1% | - |
| XYZ | 21.75 | 14.07 | 96.18 | - |
| YUV | 86.73 | 222.96 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 255 | 0.91 | 0.66 | 0 | 0 | 223.9 | 1 | 0.55 |
| Hex | 18 | 56 | FF | 5B | 42 | 0 | 0 | E0 | 64 | 37 |
| Octal | 30 | 126 | 377 | 133 | 102 | 0 | 0 | 340 | 144 | 67 |
| Binary | 11000 | 1010110 | 11111111 | 1011011 | 1000010 | 0 | 0 | 11100000 | 1100100 | 110111 |
Color Harmonies of #1856FF
Complementary color
Monochromatic Colors of #1856FF
Black with #1856FF
Text Example
Text Example
White with #1856FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1856FF; }
p { color: rgb(24,86,255); }
H1.HeaderClassName
{
color: #1856FF;
}
.AnyTagClassName
{
color: #1856FF;
}
</style>
background-color css
<style>
a { background-color: #1856FF; }
a { background-color: rgb(24,86,255); }
div.DivClassName
{
background-color: #1856FF;
}
.BgClassName
{
background-color: #1856FF;
}
</style>
border-color css
<style>
span { border-color: #1856FF; }
span { border-color: rgb(24,86,255); }
td.TdClassName
{
border-color: #1856FF;
}
.TagClassName
{
border-color: #1856FF;
}
</style>