Shades of Royal Blue #1855F7
Tints of Royal Blue #1855F7
RGB
CMYK
RGB Variations
Color information
#1855F7 (or 0x1855F7) is known color: Royal Blue. HEX triplet: 18, 55 and F7. RGB value is (24,85,247). Sum of RGB (Red+Green+Blue) = 24+85+247=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #1855F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1855F7 is #E7AA08. Grayscale: #545454. Windows color (decimal): -15182345 or 16209176. OLE color: 16209176.
HSL color Cylindrical-coordinate representation of color #1855F7: hue angle of 223.59º degrees, saturation: 0.93, 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 #1855F7 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 85 | 247 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.03 |
| HSL | 223.59º | 0.93% | 0.53% | - |
| HSV(B) | 223.59º | 0.9% | 0.97% | - |
| XYZ | 20.41 | 13.41 | 89.51 | - |
| YUV | 85.23 | 219.29 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 247 | 0.90 | 0.66 | 0 | 0.03 | 223.59 | 0.93 | 0.53 |
| Hex | 18 | 55 | F7 | 5A | 42 | 0 | 3 | E0 | 5D | 35 |
| Octal | 30 | 125 | 367 | 132 | 102 | 0 | 3 | 340 | 135 | 65 |
| Binary | 11000 | 1010101 | 11110111 | 1011010 | 1000010 | 0 | 11 | 11100000 | 1011101 | 110101 |
Color Harmonies of #1855F7
Complementary color
Monochromatic Colors of #1855F7
Black with #1855F7
Text Example
Text Example
White with #1855F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855F7; }
p { color: rgb(24,85,247); }
H1.HeaderClassName
{
color: #1855F7;
}
.AnyTagClassName
{
color: #1855F7;
}
</style>
background-color css
<style>
a { background-color: #1855F7; }
a { background-color: rgb(24,85,247); }
div.DivClassName
{
background-color: #1855F7;
}
.BgClassName
{
background-color: #1855F7;
}
</style>
border-color css
<style>
span { border-color: #1855F7; }
span { border-color: rgb(24,85,247); }
td.TdClassName
{
border-color: #1855F7;
}
.TagClassName
{
border-color: #1855F7;
}
</style>