Shades of Royal Blue #2755EF
Tints of Royal Blue #2755EF
RGB
CMYK
RGB Variations
Color information
#2755EF (or 0x2755EF) is known color: Royal Blue. HEX triplet: 27, 55 and EF. RGB value is (39,85,239). Sum of RGB (Red+Green+Blue) = 39+85+239=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #2755EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2755EF is #D8AA10. Grayscale: #585858. Windows color (decimal): -14199313 or 15684903. OLE color: 15684903.
HSL color Cylindrical-coordinate representation of color #2755EF: hue angle of 226.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2755EF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 85 | 239 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.06 |
| HSL | 226.2º | 0.86% | 0.55% | - |
| HSV(B) | 226.2º | 0.84% | 0.94% | - |
| XYZ | 19.67 | 13.16 | 83.17 | - |
| YUV | 88.8 | 212.76 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 239 | 0.84 | 0.64 | 0 | 0.06 | 226.2 | 0.86 | 0.55 |
| Hex | 27 | 55 | EF | 54 | 40 | 0 | 6 | E2 | 56 | 37 |
| Octal | 47 | 125 | 357 | 124 | 100 | 0 | 6 | 342 | 126 | 67 |
| Binary | 100111 | 1010101 | 11101111 | 1010100 | 1000000 | 0 | 110 | 11100010 | 1010110 | 110111 |
Color Harmonies of #2755EF
Complementary color
Monochromatic Colors of #2755EF
Black with #2755EF
Text Example
Text Example
White with #2755EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755EF; }
p { color: rgb(39,85,239); }
H1.HeaderClassName
{
color: #2755EF;
}
.AnyTagClassName
{
color: #2755EF;
}
</style>
background-color css
<style>
a { background-color: #2755EF; }
a { background-color: rgb(39,85,239); }
div.DivClassName
{
background-color: #2755EF;
}
.BgClassName
{
background-color: #2755EF;
}
</style>
border-color css
<style>
span { border-color: #2755EF; }
span { border-color: rgb(39,85,239); }
td.TdClassName
{
border-color: #2755EF;
}
.TagClassName
{
border-color: #2755EF;
}
</style>