Shades of Royal Blue #2774EE
Tints of Royal Blue #2774EE
RGB
CMYK
RGB Variations
Color information
#2774EE (or 0x2774EE) is known color: Royal Blue. HEX triplet: 27, 74 and EE. RGB value is (39,116,238). Sum of RGB (Red+Green+Blue) = 39+116+238=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #2774EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2774EE is #D88B11. Grayscale: #6A6A6A. Windows color (decimal): -14191378 or 15627303. OLE color: 15627303.
HSL color Cylindrical-coordinate representation of color #2774EE: hue angle of 216.78º 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 #2774EE is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 116 | 238 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.07 |
| HSL | 216.78º | 0.85% | 0.54% | - |
| HSV(B) | 216.78º | 0.84% | 0.93% | - |
| XYZ | 22.51 | 19.1 | 83.39 | - |
| YUV | 106.89 | 201.99 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 238 | 0.84 | 0.51 | 0 | 0.07 | 216.78 | 0.85 | 0.54 |
| Hex | 27 | 74 | EE | 54 | 33 | 0 | 7 | D9 | 55 | 36 |
| Octal | 47 | 164 | 356 | 124 | 63 | 0 | 7 | 331 | 125 | 66 |
| Binary | 100111 | 1110100 | 11101110 | 1010100 | 110011 | 0 | 111 | 11011001 | 1010101 | 110110 |
Color Harmonies of #2774EE
Complementary color
Monochromatic Colors of #2774EE
Black with #2774EE
Text Example
Text Example
White with #2774EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2774EE; }
p { color: rgb(39,116,238); }
H1.HeaderClassName
{
color: #2774EE;
}
.AnyTagClassName
{
color: #2774EE;
}
</style>
background-color css
<style>
a { background-color: #2774EE; }
a { background-color: rgb(39,116,238); }
div.DivClassName
{
background-color: #2774EE;
}
.BgClassName
{
background-color: #2774EE;
}
</style>
border-color css
<style>
span { border-color: #2774EE; }
span { border-color: rgb(39,116,238); }
td.TdClassName
{
border-color: #2774EE;
}
.TagClassName
{
border-color: #2774EE;
}
</style>