Shades of Royal Blue #2652E9
Tints of Royal Blue #2652E9
RGB
CMYK
RGB Variations
Color information
#2652E9 (or 0x2652E9) is known color: Royal Blue. HEX triplet: 26, 52 and E9. RGB value is (38,82,233). Sum of RGB (Red+Green+Blue) = 38+82+233=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 233 (91.41% from 255 or 66.01% from 353); Max value from RGB is 233 - color contains mainly: blue. Hex color #2652E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2652E9 is #D9AD16. Grayscale: #555555. Windows color (decimal): -14265623 or 15290918. OLE color: 15290918.
HSL color Cylindrical-coordinate representation of color #2652E9: hue angle of 226.46º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2652E9 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 82 | 233 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.09 |
| HSL | 226.46º | 0.82% | 0.53% | - |
| HSV(B) | 226.46º | 0.84% | 0.91% | - |
| XYZ | 18.52 | 12.33 | 78.49 | - |
| YUV | 86.06 | 210.92 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 233 | 0.84 | 0.65 | 0 | 0.09 | 226.46 | 0.82 | 0.53 |
| Hex | 26 | 52 | E9 | 54 | 41 | 0 | 9 | E2 | 52 | 35 |
| Octal | 46 | 122 | 351 | 124 | 101 | 0 | 11 | 342 | 122 | 65 |
| Binary | 100110 | 1010010 | 11101001 | 1010100 | 1000001 | 0 | 1001 | 11100010 | 1010010 | 110101 |
Color Harmonies of #2652E9
Complementary color
Monochromatic Colors of #2652E9
Black with #2652E9
Text Example
Text Example
White with #2652E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2652E9; }
p { color: rgb(38,82,233); }
H1.HeaderClassName
{
color: #2652E9;
}
.AnyTagClassName
{
color: #2652E9;
}
</style>
background-color css
<style>
a { background-color: #2652E9; }
a { background-color: rgb(38,82,233); }
div.DivClassName
{
background-color: #2652E9;
}
.BgClassName
{
background-color: #2652E9;
}
</style>
border-color css
<style>
span { border-color: #2652E9; }
span { border-color: rgb(38,82,233); }
td.TdClassName
{
border-color: #2652E9;
}
.TagClassName
{
border-color: #2652E9;
}
</style>