Shades of Royal Blue #1860FD
Tints of Royal Blue #1860FD
RGB
CMYK
RGB Variations
Color information
#1860FD (or 0x1860FD) is known color: Royal Blue. HEX triplet: 18, 60 and FD. RGB value is (24,96,253). Sum of RGB (Red+Green+Blue) = 24+96+253=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #1860FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1860FD is #E79F02. Grayscale: #5B5B5B. Windows color (decimal): -15179523 or 16605208. OLE color: 16605208.
HSL color Cylindrical-coordinate representation of color #1860FD: hue angle of 221.14º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1860FD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 96 | 253 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.01 |
| HSL | 221.14º | 0.98% | 0.54% | - |
| HSV(B) | 221.14º | 0.91% | 0.99% | - |
| XYZ | 22.29 | 15.65 | 94.77 | - |
| YUV | 92.37 | 218.65 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 253 | 0.91 | 0.62 | 0 | 0.01 | 221.14 | 0.98 | 0.54 |
| Hex | 18 | 60 | FD | 5B | 3E | 0 | 1 | DD | 62 | 36 |
| Octal | 30 | 140 | 375 | 133 | 76 | 0 | 1 | 335 | 142 | 66 |
| Binary | 11000 | 1100000 | 11111101 | 1011011 | 111110 | 0 | 1 | 11011101 | 1100010 | 110110 |
Color Harmonies of #1860FD
Complementary color
Monochromatic Colors of #1860FD
Black with #1860FD
Text Example
Text Example
White with #1860FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1860FD; }
p { color: rgb(24,96,253); }
H1.HeaderClassName
{
color: #1860FD;
}
.AnyTagClassName
{
color: #1860FD;
}
</style>
background-color css
<style>
a { background-color: #1860FD; }
a { background-color: rgb(24,96,253); }
div.DivClassName
{
background-color: #1860FD;
}
.BgClassName
{
background-color: #1860FD;
}
</style>
border-color css
<style>
span { border-color: #1860FD; }
span { border-color: rgb(24,96,253); }
td.TdClassName
{
border-color: #1860FD;
}
.TagClassName
{
border-color: #1860FD;
}
</style>