Shades of Royal Blue #1850FF
Tints of Royal Blue #1850FF
RGB
CMYK
RGB Variations
Color information
#1850FF (or 0x1850FF) is known color: Royal Blue. HEX triplet: 18, 50 and FF. RGB value is (24,80,255). Sum of RGB (Red+Green+Blue) = 24+80+255=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #1850FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1850FF is #E7AF00. Grayscale: #525252. Windows color (decimal): -15183617 or 16732184. OLE color: 16732184.
HSL color Cylindrical-coordinate representation of color #1850FF: hue angle of 225.45º 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 #1850FF is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 80 | 255 | - |
| CMYK | 0.91 | 0.69 | 0 | 0 |
| HSL | 225.45º | 1% | 0.55% | - |
| HSV(B) | 225.45º | 0.91% | 1% | - |
| XYZ | 21.3 | 13.15 | 96.02 | - |
| YUV | 83.21 | 224.95 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 255 | 0.91 | 0.69 | 0 | 0 | 225.45 | 1 | 0.55 |
| Hex | 18 | 50 | FF | 5B | 45 | 0 | 0 | E1 | 64 | 37 |
| Octal | 30 | 120 | 377 | 133 | 105 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11000 | 1010000 | 11111111 | 1011011 | 1000101 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1850FF
Complementary color
Monochromatic Colors of #1850FF
Black with #1850FF
Text Example
Text Example
White with #1850FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850FF; }
p { color: rgb(24,80,255); }
H1.HeaderClassName
{
color: #1850FF;
}
.AnyTagClassName
{
color: #1850FF;
}
</style>
background-color css
<style>
a { background-color: #1850FF; }
a { background-color: rgb(24,80,255); }
div.DivClassName
{
background-color: #1850FF;
}
.BgClassName
{
background-color: #1850FF;
}
</style>
border-color css
<style>
span { border-color: #1850FF; }
span { border-color: rgb(24,80,255); }
td.TdClassName
{
border-color: #1850FF;
}
.TagClassName
{
border-color: #1850FF;
}
</style>