Shades of Royal Blue #1854FE
Tints of Royal Blue #1854FE
RGB
CMYK
RGB Variations
Color information
#1854FE (or 0x1854FE) is known color: Royal Blue. HEX triplet: 18, 54 and FE. RGB value is (24,84,254). Sum of RGB (Red+Green+Blue) = 24+84+254=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #1854FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1854FE is #E7AB01. Grayscale: #545454. Windows color (decimal): -15182594 or 16667672. OLE color: 16667672.
HSL color Cylindrical-coordinate representation of color #1854FE: hue angle of 224.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1854FE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 84 | 254 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.00 |
| HSL | 224.35º | 0.99% | 0.55% | - |
| HSV(B) | 224.35º | 0.91% | 1% | - |
| XYZ | 21.44 | 13.69 | 95.28 | - |
| YUV | 85.44 | 223.12 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 254 | 0.91 | 0.67 | 0 | 0.00 | 224.35 | 0.99 | 0.55 |
| Hex | 18 | 54 | FE | 5B | 43 | 0 | 0 | E0 | 63 | 37 |
| Octal | 30 | 124 | 376 | 133 | 103 | 0 | 0 | 340 | 143 | 67 |
| Binary | 11000 | 1010100 | 11111110 | 1011011 | 1000011 | 0 | 0 | 11100000 | 1100011 | 110111 |
Color Harmonies of #1854FE
Complementary color
Monochromatic Colors of #1854FE
Black with #1854FE
Text Example
Text Example
White with #1854FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1854FE; }
p { color: rgb(24,84,254); }
H1.HeaderClassName
{
color: #1854FE;
}
.AnyTagClassName
{
color: #1854FE;
}
</style>
background-color css
<style>
a { background-color: #1854FE; }
a { background-color: rgb(24,84,254); }
div.DivClassName
{
background-color: #1854FE;
}
.BgClassName
{
background-color: #1854FE;
}
</style>
border-color css
<style>
span { border-color: #1854FE; }
span { border-color: rgb(24,84,254); }
td.TdClassName
{
border-color: #1854FE;
}
.TagClassName
{
border-color: #1854FE;
}
</style>