Shades of Royal Blue #2754EB
Tints of Royal Blue #2754EB
RGB
CMYK
RGB Variations
Color information
#2754EB (or 0x2754EB) is known color: Royal Blue. HEX triplet: 27, 54 and EB. RGB value is (39,84,235). Sum of RGB (Red+Green+Blue) = 39+84+235=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #2754EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2754EB is #D8AB14. Grayscale: #575757. Windows color (decimal): -14199573 or 15422503. OLE color: 15422503.
HSL color Cylindrical-coordinate representation of color #2754EB: hue angle of 226.22º degrees, saturation: 0.83, 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 #2754EB is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 84 | 235 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.08 |
| HSL | 226.22º | 0.83% | 0.54% | - |
| HSV(B) | 226.22º | 0.83% | 0.92% | - |
| XYZ | 19 | 12.77 | 80.06 | - |
| YUV | 87.76 | 211.09 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 235 | 0.83 | 0.64 | 0 | 0.08 | 226.22 | 0.83 | 0.54 |
| Hex | 27 | 54 | EB | 53 | 40 | 0 | 8 | E2 | 53 | 36 |
| Octal | 47 | 124 | 353 | 123 | 100 | 0 | 10 | 342 | 123 | 66 |
| Binary | 100111 | 1010100 | 11101011 | 1010011 | 1000000 | 0 | 1000 | 11100010 | 1010011 | 110110 |
Color Harmonies of #2754EB
Complementary color
Monochromatic Colors of #2754EB
Black with #2754EB
Text Example
Text Example
White with #2754EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754EB; }
p { color: rgb(39,84,235); }
H1.HeaderClassName
{
color: #2754EB;
}
.AnyTagClassName
{
color: #2754EB;
}
</style>
background-color css
<style>
a { background-color: #2754EB; }
a { background-color: rgb(39,84,235); }
div.DivClassName
{
background-color: #2754EB;
}
.BgClassName
{
background-color: #2754EB;
}
</style>
border-color css
<style>
span { border-color: #2754EB; }
span { border-color: rgb(39,84,235); }
td.TdClassName
{
border-color: #2754EB;
}
.TagClassName
{
border-color: #2754EB;
}
</style>