Shades of Royal Blue #2974EE
Tints of Royal Blue #2974EE
RGB
CMYK
RGB Variations
Color information
#2974EE (or 0x2974EE) is known color: Royal Blue. HEX triplet: 29, 74 and EE. RGB value is (41,116,238). Sum of RGB (Red+Green+Blue) = 41+116+238=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #2974EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2974EE is #D68B11. Grayscale: #6A6A6A. Windows color (decimal): -14060306 or 15627305. OLE color: 15627305.
HSL color Cylindrical-coordinate representation of color #2974EE: hue angle of 217.16º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2974EE is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 116 | 238 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.07 |
| HSL | 217.16º | 0.85% | 0.55% | - |
| HSV(B) | 217.16º | 0.83% | 0.93% | - |
| XYZ | 22.59 | 19.14 | 83.39 | - |
| YUV | 107.48 | 201.65 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 116 | 238 | 0.83 | 0.51 | 0 | 0.07 | 217.16 | 0.85 | 0.55 |
| Hex | 29 | 74 | EE | 53 | 33 | 0 | 7 | D9 | 55 | 37 |
| Octal | 51 | 164 | 356 | 123 | 63 | 0 | 7 | 331 | 125 | 67 |
| Binary | 101001 | 1110100 | 11101110 | 1010011 | 110011 | 0 | 111 | 11011001 | 1010101 | 110111 |
Color Harmonies of #2974EE
Complementary color
Monochromatic Colors of #2974EE
Black with #2974EE
Text Example
Text Example
White with #2974EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2974EE; }
p { color: rgb(41,116,238); }
H1.HeaderClassName
{
color: #2974EE;
}
.AnyTagClassName
{
color: #2974EE;
}
</style>
background-color css
<style>
a { background-color: #2974EE; }
a { background-color: rgb(41,116,238); }
div.DivClassName
{
background-color: #2974EE;
}
.BgClassName
{
background-color: #2974EE;
}
</style>
border-color css
<style>
span { border-color: #2974EE; }
span { border-color: rgb(41,116,238); }
td.TdClassName
{
border-color: #2974EE;
}
.TagClassName
{
border-color: #2974EE;
}
</style>