Shades of Royal Blue #1855F8
Tints of Royal Blue #1855F8
RGB
CMYK
RGB Variations
Color information
#1855F8 (or 0x1855F8) is known color: Royal Blue. HEX triplet: 18, 55 and F8. RGB value is (24,85,248). Sum of RGB (Red+Green+Blue) = 24+85+248=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #1855F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1855F8 is #E7AA07. Grayscale: #545454. Windows color (decimal): -15182344 or 16274712. OLE color: 16274712.
HSL color Cylindrical-coordinate representation of color #1855F8: hue angle of 223.66º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1855F8 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 85 | 248 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.03 |
| HSL | 223.66º | 0.94% | 0.53% | - |
| HSV(B) | 223.66º | 0.9% | 0.97% | - |
| XYZ | 20.57 | 13.47 | 90.32 | - |
| YUV | 85.34 | 219.79 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 248 | 0.90 | 0.66 | 0 | 0.03 | 223.66 | 0.94 | 0.53 |
| Hex | 18 | 55 | F8 | 5A | 42 | 0 | 3 | E0 | 5E | 35 |
| Octal | 30 | 125 | 370 | 132 | 102 | 0 | 3 | 340 | 136 | 65 |
| Binary | 11000 | 1010101 | 11111000 | 1011010 | 1000010 | 0 | 11 | 11100000 | 1011110 | 110101 |
Color Harmonies of #1855F8
Complementary color
Monochromatic Colors of #1855F8
Black with #1855F8
Text Example
Text Example
White with #1855F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855F8; }
p { color: rgb(24,85,248); }
H1.HeaderClassName
{
color: #1855F8;
}
.AnyTagClassName
{
color: #1855F8;
}
</style>
background-color css
<style>
a { background-color: #1855F8; }
a { background-color: rgb(24,85,248); }
div.DivClassName
{
background-color: #1855F8;
}
.BgClassName
{
background-color: #1855F8;
}
</style>
border-color css
<style>
span { border-color: #1855F8; }
span { border-color: rgb(24,85,248); }
td.TdClassName
{
border-color: #1855F8;
}
.TagClassName
{
border-color: #1855F8;
}
</style>