Shades of Royal Blue #1855F9
Tints of Royal Blue #1855F9
RGB
CMYK
RGB Variations
Color information
#1855F9 (or 0x1855F9) is known color: Royal Blue. HEX triplet: 18, 55 and F9. RGB value is (24,85,249). Sum of RGB (Red+Green+Blue) = 24+85+249=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #1855F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1855F9 is #E7AA06. Grayscale: #545454. Windows color (decimal): -15182343 or 16340248. OLE color: 16340248.
HSL color Cylindrical-coordinate representation of color #1855F9: hue angle of 223.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1855F9 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 85 | 249 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.02 |
| HSL | 223.73º | 0.95% | 0.54% | - |
| HSV(B) | 223.73º | 0.9% | 0.98% | - |
| XYZ | 20.72 | 13.53 | 91.14 | - |
| YUV | 85.46 | 220.29 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 249 | 0.90 | 0.66 | 0 | 0.02 | 223.73 | 0.95 | 0.54 |
| Hex | 18 | 55 | F9 | 5A | 42 | 0 | 2 | E0 | 5F | 36 |
| Octal | 30 | 125 | 371 | 132 | 102 | 0 | 2 | 340 | 137 | 66 |
| Binary | 11000 | 1010101 | 11111001 | 1011010 | 1000010 | 0 | 10 | 11100000 | 1011111 | 110110 |
Color Harmonies of #1855F9
Complementary color
Monochromatic Colors of #1855F9
Black with #1855F9
Text Example
Text Example
White with #1855F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855F9; }
p { color: rgb(24,85,249); }
H1.HeaderClassName
{
color: #1855F9;
}
.AnyTagClassName
{
color: #1855F9;
}
</style>
background-color css
<style>
a { background-color: #1855F9; }
a { background-color: rgb(24,85,249); }
div.DivClassName
{
background-color: #1855F9;
}
.BgClassName
{
background-color: #1855F9;
}
</style>
border-color css
<style>
span { border-color: #1855F9; }
span { border-color: rgb(24,85,249); }
td.TdClassName
{
border-color: #1855F9;
}
.TagClassName
{
border-color: #1855F9;
}
</style>