Shades of Royal Blue #1852FA
Tints of Royal Blue #1852FA
RGB
CMYK
RGB Variations
Color information
#1852FA (or 0x1852FA) is known color: Royal Blue. HEX triplet: 18, 52 and FA. RGB value is (24,82,250). Sum of RGB (Red+Green+Blue) = 24+82+250=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1852FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852FA is #E7AD05. Grayscale: #535353. Windows color (decimal): -15183110 or 16405016. OLE color: 16405016.
HSL color Cylindrical-coordinate representation of color #1852FA: hue angle of 224.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1852FA is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 82 | 250 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.02 |
| HSL | 224.6º | 0.96% | 0.54% | - |
| HSV(B) | 224.6º | 0.9% | 0.98% | - |
| XYZ | 20.65 | 13.13 | 91.89 | - |
| YUV | 83.81 | 221.78 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 250 | 0.90 | 0.67 | 0 | 0.02 | 224.6 | 0.96 | 0.54 |
| Hex | 18 | 52 | FA | 5A | 43 | 0 | 2 | E1 | 60 | 36 |
| Octal | 30 | 122 | 372 | 132 | 103 | 0 | 2 | 341 | 140 | 66 |
| Binary | 11000 | 1010010 | 11111010 | 1011010 | 1000011 | 0 | 10 | 11100001 | 1100000 | 110110 |
Color Harmonies of #1852FA
Complementary color
Monochromatic Colors of #1852FA
Black with #1852FA
Text Example
Text Example
White with #1852FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1852FA; }
p { color: rgb(24,82,250); }
H1.HeaderClassName
{
color: #1852FA;
}
.AnyTagClassName
{
color: #1852FA;
}
</style>
background-color css
<style>
a { background-color: #1852FA; }
a { background-color: rgb(24,82,250); }
div.DivClassName
{
background-color: #1852FA;
}
.BgClassName
{
background-color: #1852FA;
}
</style>
border-color css
<style>
span { border-color: #1852FA; }
span { border-color: rgb(24,82,250); }
td.TdClassName
{
border-color: #1852FA;
}
.TagClassName
{
border-color: #1852FA;
}
</style>