Shades of Royal Blue #2755EA
Tints of Royal Blue #2755EA
RGB
CMYK
RGB Variations
Color information
#2755EA (or 0x2755EA) is known color: Royal Blue. HEX triplet: 27, 55 and EA. RGB value is (39,85,234). Sum of RGB (Red+Green+Blue) = 39+85+234=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #2755EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2755EA is #D8AA15. Grayscale: #575757. Windows color (decimal): -14199318 or 15357223. OLE color: 15357223.
HSL color Cylindrical-coordinate representation of color #2755EA: hue angle of 225.85º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2755EA is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 85 | 234 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.08 |
| HSL | 225.85º | 0.82% | 0.54% | - |
| HSV(B) | 225.85º | 0.83% | 0.92% | - |
| XYZ | 18.94 | 12.87 | 79.33 | - |
| YUV | 88.23 | 210.26 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 234 | 0.83 | 0.64 | 0 | 0.08 | 225.85 | 0.82 | 0.54 |
| Hex | 27 | 55 | EA | 53 | 40 | 0 | 8 | E2 | 52 | 36 |
| Octal | 47 | 125 | 352 | 123 | 100 | 0 | 10 | 342 | 122 | 66 |
| Binary | 100111 | 1010101 | 11101010 | 1010011 | 1000000 | 0 | 1000 | 11100010 | 1010010 | 110110 |
Color Harmonies of #2755EA
Complementary color
Monochromatic Colors of #2755EA
Black with #2755EA
Text Example
Text Example
White with #2755EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755EA; }
p { color: rgb(39,85,234); }
H1.HeaderClassName
{
color: #2755EA;
}
.AnyTagClassName
{
color: #2755EA;
}
</style>
background-color css
<style>
a { background-color: #2755EA; }
a { background-color: rgb(39,85,234); }
div.DivClassName
{
background-color: #2755EA;
}
.BgClassName
{
background-color: #2755EA;
}
</style>
border-color css
<style>
span { border-color: #2755EA; }
span { border-color: rgb(39,85,234); }
td.TdClassName
{
border-color: #2755EA;
}
.TagClassName
{
border-color: #2755EA;
}
</style>