Shades of Royal Blue #1853FC
Tints of Royal Blue #1853FC
RGB
CMYK
RGB Variations
Color information
#1853FC (or 0x1853FC) is known color: Royal Blue. HEX triplet: 18, 53 and FC. RGB value is (24,83,252). Sum of RGB (Red+Green+Blue) = 24+83+252=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #1853FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1853FC is #E7AC03. Grayscale: #535353. Windows color (decimal): -15182852 or 16536344. OLE color: 16536344.
HSL color Cylindrical-coordinate representation of color #1853FC: hue angle of 224.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1853FC is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 83 | 252 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.01 |
| HSL | 224.47º | 0.97% | 0.54% | - |
| HSV(B) | 224.47º | 0.9% | 0.99% | - |
| XYZ | 21.04 | 13.41 | 93.57 | - |
| YUV | 84.63 | 222.45 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 252 | 0.90 | 0.67 | 0 | 0.01 | 224.47 | 0.97 | 0.54 |
| Hex | 18 | 53 | FC | 5A | 43 | 0 | 1 | E0 | 61 | 36 |
| Octal | 30 | 123 | 374 | 132 | 103 | 0 | 1 | 340 | 141 | 66 |
| Binary | 11000 | 1010011 | 11111100 | 1011010 | 1000011 | 0 | 1 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1853FC
Complementary color
Monochromatic Colors of #1853FC
Black with #1853FC
Text Example
Text Example
White with #1853FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853FC; }
p { color: rgb(24,83,252); }
H1.HeaderClassName
{
color: #1853FC;
}
.AnyTagClassName
{
color: #1853FC;
}
</style>
background-color css
<style>
a { background-color: #1853FC; }
a { background-color: rgb(24,83,252); }
div.DivClassName
{
background-color: #1853FC;
}
.BgClassName
{
background-color: #1853FC;
}
</style>
border-color css
<style>
span { border-color: #1853FC; }
span { border-color: rgb(24,83,252); }
td.TdClassName
{
border-color: #1853FC;
}
.TagClassName
{
border-color: #1853FC;
}
</style>