Shades of Royal Blue #2774EA
Tints of Royal Blue #2774EA
RGB
CMYK
RGB Variations
Color information
#2774EA (or 0x2774EA) is known color: Royal Blue. HEX triplet: 27, 74 and EA. RGB value is (39,116,234). Sum of RGB (Red+Green+Blue) = 39+116+234=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #2774EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2774EA is #D88B15. Grayscale: #696969. Windows color (decimal): -14191382 or 15365159. OLE color: 15365159.
HSL color Cylindrical-coordinate representation of color #2774EA: hue angle of 216.31º degrees, saturation: 0.82, 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 #2774EA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 116 | 234 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.08 |
| HSL | 216.31º | 0.82% | 0.54% | - |
| HSV(B) | 216.31º | 0.83% | 0.92% | - |
| XYZ | 21.93 | 18.86 | 80.33 | - |
| YUV | 106.43 | 199.99 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 234 | 0.83 | 0.50 | 0 | 0.08 | 216.31 | 0.82 | 0.54 |
| Hex | 27 | 74 | EA | 53 | 32 | 0 | 8 | D8 | 52 | 36 |
| Octal | 47 | 164 | 352 | 123 | 62 | 0 | 10 | 330 | 122 | 66 |
| Binary | 100111 | 1110100 | 11101010 | 1010011 | 110010 | 0 | 1000 | 11011000 | 1010010 | 110110 |
Color Harmonies of #2774EA
Complementary color
Monochromatic Colors of #2774EA
Black with #2774EA
Text Example
Text Example
White with #2774EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2774EA; }
p { color: rgb(39,116,234); }
H1.HeaderClassName
{
color: #2774EA;
}
.AnyTagClassName
{
color: #2774EA;
}
</style>
background-color css
<style>
a { background-color: #2774EA; }
a { background-color: rgb(39,116,234); }
div.DivClassName
{
background-color: #2774EA;
}
.BgClassName
{
background-color: #2774EA;
}
</style>
border-color css
<style>
span { border-color: #2774EA; }
span { border-color: rgb(39,116,234); }
td.TdClassName
{
border-color: #2774EA;
}
.TagClassName
{
border-color: #2774EA;
}
</style>