Shades of Royal Blue #2852E7
Tints of Royal Blue #2852E7
RGB
CMYK
RGB Variations
Color information
#2852E7 (or 0x2852E7) is known color: Royal Blue. HEX triplet: 28, 52 and E7. RGB value is (40,82,231). Sum of RGB (Red+Green+Blue) = 40+82+231=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 231 (90.62% from 255 or 65.44% from 353); Max value from RGB is 231 - color contains mainly: blue. Hex color #2852E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2852E7 is #D7AD18. Grayscale: #555555. Windows color (decimal): -14134553 or 15159848. OLE color: 15159848.
HSL color Cylindrical-coordinate representation of color #2852E7: hue angle of 226.81º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2852E7 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 82 | 231 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.09 |
| HSL | 226.81º | 0.8% | 0.53% | - |
| HSV(B) | 226.81º | 0.83% | 0.91% | - |
| XYZ | 18.32 | 12.26 | 77 | - |
| YUV | 86.43 | 209.59 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 231 | 0.83 | 0.65 | 0 | 0.09 | 226.81 | 0.8 | 0.53 |
| Hex | 28 | 52 | E7 | 53 | 41 | 0 | 9 | E3 | 50 | 35 |
| Octal | 50 | 122 | 347 | 123 | 101 | 0 | 11 | 343 | 120 | 65 |
| Binary | 101000 | 1010010 | 11100111 | 1010011 | 1000001 | 0 | 1001 | 11100011 | 1010000 | 110101 |
Color Harmonies of #2852E7
Complementary color
Monochromatic Colors of #2852E7
Black with #2852E7
Text Example
Text Example
White with #2852E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852E7; }
p { color: rgb(40,82,231); }
H1.HeaderClassName
{
color: #2852E7;
}
.AnyTagClassName
{
color: #2852E7;
}
</style>
background-color css
<style>
a { background-color: #2852E7; }
a { background-color: rgb(40,82,231); }
div.DivClassName
{
background-color: #2852E7;
}
.BgClassName
{
background-color: #2852E7;
}
</style>
border-color css
<style>
span { border-color: #2852E7; }
span { border-color: rgb(40,82,231); }
td.TdClassName
{
border-color: #2852E7;
}
.TagClassName
{
border-color: #2852E7;
}
</style>