Shades of Royal Blue #2751ED
Tints of Royal Blue #2751ED
RGB
CMYK
RGB Variations
Color information
#2751ED (or 0x2751ED) is known color: Royal Blue. HEX triplet: 27, 51 and ED. RGB value is (39,81,237). Sum of RGB (Red+Green+Blue) = 39+81+237=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #2751ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2751ED is #D8AE12. Grayscale: #555555. Windows color (decimal): -14200339 or 15552807. OLE color: 15552807.
HSL color Cylindrical-coordinate representation of color #2751ED: hue angle of 227.27º 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 #2751ED is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 81 | 237 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.07 |
| HSL | 227.27º | 0.85% | 0.54% | - |
| HSV(B) | 227.27º | 0.84% | 0.93% | - |
| XYZ | 19.07 | 12.43 | 81.52 | - |
| YUV | 86.23 | 213.09 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 237 | 0.84 | 0.66 | 0 | 0.07 | 227.27 | 0.85 | 0.54 |
| Hex | 27 | 51 | ED | 54 | 42 | 0 | 7 | E3 | 55 | 36 |
| Octal | 47 | 121 | 355 | 124 | 102 | 0 | 7 | 343 | 125 | 66 |
| Binary | 100111 | 1010001 | 11101101 | 1010100 | 1000010 | 0 | 111 | 11100011 | 1010101 | 110110 |
Color Harmonies of #2751ED
Complementary color
Monochromatic Colors of #2751ED
Black with #2751ED
Text Example
Text Example
White with #2751ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2751ED; }
p { color: rgb(39,81,237); }
H1.HeaderClassName
{
color: #2751ED;
}
.AnyTagClassName
{
color: #2751ED;
}
</style>
background-color css
<style>
a { background-color: #2751ED; }
a { background-color: rgb(39,81,237); }
div.DivClassName
{
background-color: #2751ED;
}
.BgClassName
{
background-color: #2751ED;
}
</style>
border-color css
<style>
span { border-color: #2751ED; }
span { border-color: rgb(39,81,237); }
td.TdClassName
{
border-color: #2751ED;
}
.TagClassName
{
border-color: #2751ED;
}
</style>