Shades of Royal Blue #1853FF
Tints of Royal Blue #1853FF
RGB
CMYK
RGB Variations
Color information
#1853FF (or 0x1853FF) is known color: Royal Blue. HEX triplet: 18, 53 and FF. RGB value is (24,83,255). Sum of RGB (Red+Green+Blue) = 24+83+255=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #1853FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1853FF is #E7AC00. Grayscale: #545454. Windows color (decimal): -15182849 or 16732952. OLE color: 16732952.
HSL color Cylindrical-coordinate representation of color #1853FF: hue angle of 224.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1853FF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 83 | 255 | - |
| CMYK | 0.91 | 0.67 | 0 | 0 |
| HSL | 224.68º | 1% | 0.55% | - |
| HSV(B) | 224.68º | 0.91% | 1% | - |
| XYZ | 21.52 | 13.6 | 96.1 | - |
| YUV | 84.97 | 223.95 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 255 | 0.91 | 0.67 | 0 | 0 | 224.68 | 1 | 0.55 |
| Hex | 18 | 53 | FF | 5B | 43 | 0 | 0 | E1 | 64 | 37 |
| Octal | 30 | 123 | 377 | 133 | 103 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11000 | 1010011 | 11111111 | 1011011 | 1000011 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1853FF
Complementary color
Monochromatic Colors of #1853FF
Black with #1853FF
Text Example
Text Example
White with #1853FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853FF; }
p { color: rgb(24,83,255); }
H1.HeaderClassName
{
color: #1853FF;
}
.AnyTagClassName
{
color: #1853FF;
}
</style>
background-color css
<style>
a { background-color: #1853FF; }
a { background-color: rgb(24,83,255); }
div.DivClassName
{
background-color: #1853FF;
}
.BgClassName
{
background-color: #1853FF;
}
</style>
border-color css
<style>
span { border-color: #1853FF; }
span { border-color: rgb(24,83,255); }
td.TdClassName
{
border-color: #1853FF;
}
.TagClassName
{
border-color: #1853FF;
}
</style>