Shades of Royal Blue #1852FC
Tints of Royal Blue #1852FC
RGB
CMYK
RGB Variations
Color information
#1852FC (or 0x1852FC) is known color: Royal Blue. HEX triplet: 18, 52 and FC. RGB value is (24,82,252). Sum of RGB (Red+Green+Blue) = 24+82+252=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #1852FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852FC is #E7AD03. Grayscale: #535353. Windows color (decimal): -15183108 or 16536088. OLE color: 16536088.
HSL color Cylindrical-coordinate representation of color #1852FC: hue angle of 224.74º 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 #1852FC is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 82 | 252 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.01 |
| HSL | 224.74º | 0.97% | 0.54% | - |
| HSV(B) | 224.74º | 0.9% | 0.99% | - |
| XYZ | 20.96 | 13.26 | 93.55 | - |
| YUV | 84.04 | 222.78 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 252 | 0.90 | 0.67 | 0 | 0.01 | 224.74 | 0.97 | 0.54 |
| Hex | 18 | 52 | FC | 5A | 43 | 0 | 1 | E1 | 61 | 36 |
| Octal | 30 | 122 | 374 | 132 | 103 | 0 | 1 | 341 | 141 | 66 |
| Binary | 11000 | 1010010 | 11111100 | 1011010 | 1000011 | 0 | 1 | 11100001 | 1100001 | 110110 |
Color Harmonies of #1852FC
Complementary color
Monochromatic Colors of #1852FC
Black with #1852FC
Text Example
Text Example
White with #1852FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1852FC; }
p { color: rgb(24,82,252); }
H1.HeaderClassName
{
color: #1852FC;
}
.AnyTagClassName
{
color: #1852FC;
}
</style>
background-color css
<style>
a { background-color: #1852FC; }
a { background-color: rgb(24,82,252); }
div.DivClassName
{
background-color: #1852FC;
}
.BgClassName
{
background-color: #1852FC;
}
</style>
border-color css
<style>
span { border-color: #1852FC; }
span { border-color: rgb(24,82,252); }
td.TdClassName
{
border-color: #1852FC;
}
.TagClassName
{
border-color: #1852FC;
}
</style>