Shades of Royal Blue #2754ED
Tints of Royal Blue #2754ED
RGB
CMYK
RGB Variations
Color information
#2754ED (or 0x2754ED) is known color: Royal Blue. HEX triplet: 27, 54 and ED. RGB value is (39,84,237). Sum of RGB (Red+Green+Blue) = 39+84+237=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #2754ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2754ED is #D8AB12. Grayscale: #575757. Windows color (decimal): -14199571 or 15553575. OLE color: 15553575.
HSL color Cylindrical-coordinate representation of color #2754ED: hue angle of 226.36º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2754ED is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 84 | 237 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.07 |
| HSL | 226.36º | 0.85% | 0.54% | - |
| HSV(B) | 226.36º | 0.84% | 0.93% | - |
| XYZ | 19.29 | 12.89 | 81.59 | - |
| YUV | 87.99 | 212.09 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 237 | 0.84 | 0.65 | 0 | 0.07 | 226.36 | 0.85 | 0.54 |
| Hex | 27 | 54 | ED | 54 | 41 | 0 | 7 | E2 | 55 | 36 |
| Octal | 47 | 124 | 355 | 124 | 101 | 0 | 7 | 342 | 125 | 66 |
| Binary | 100111 | 1010100 | 11101101 | 1010100 | 1000001 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2754ED
Complementary color
Monochromatic Colors of #2754ED
Black with #2754ED
Text Example
Text Example
White with #2754ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754ED; }
p { color: rgb(39,84,237); }
H1.HeaderClassName
{
color: #2754ED;
}
.AnyTagClassName
{
color: #2754ED;
}
</style>
background-color css
<style>
a { background-color: #2754ED; }
a { background-color: rgb(39,84,237); }
div.DivClassName
{
background-color: #2754ED;
}
.BgClassName
{
background-color: #2754ED;
}
</style>
border-color css
<style>
span { border-color: #2754ED; }
span { border-color: rgb(39,84,237); }
td.TdClassName
{
border-color: #2754ED;
}
.TagClassName
{
border-color: #2754ED;
}
</style>