Shades of Royal Blue #2977D6
Tints of Royal Blue #2977D6
RGB
CMYK
RGB Variations
Color information
#2977D6 (or 0x2977D6) is known color: Royal Blue. HEX triplet: 29, 77 and D6. RGB value is (41,119,214). Sum of RGB (Red+Green+Blue) = 41+119+214=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #2977D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977D6 is #D68829. Grayscale: #6A6A6A. Windows color (decimal): -14059562 or 14055209. OLE color: 14055209.
HSL color Cylindrical-coordinate representation of color #2977D6: hue angle of 212.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2977D6 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 119 | 214 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.16 |
| HSL | 212.95º | 0.68% | 0.5% | - |
| HSV(B) | 212.95º | 0.81% | 0.84% | - |
| XYZ | 19.65 | 18.52 | 66.16 | - |
| YUV | 106.51 | 188.66 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 214 | 0.81 | 0.44 | 0 | 0.16 | 212.95 | 0.68 | 0.5 |
| Hex | 29 | 77 | D6 | 51 | 2C | 0 | 10 | D5 | 44 | 32 |
| Octal | 51 | 167 | 326 | 121 | 54 | 0 | 20 | 325 | 104 | 62 |
| Binary | 101001 | 1110111 | 11010110 | 1010001 | 101100 | 0 | 10000 | 11010101 | 1000100 | 110010 |
Color Harmonies of #2977D6
Complementary color
Monochromatic Colors of #2977D6
Black with #2977D6
Text Example
Text Example
White with #2977D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2977D6; }
p { color: rgb(41,119,214); }
H1.HeaderClassName
{
color: #2977D6;
}
.AnyTagClassName
{
color: #2977D6;
}
</style>
background-color css
<style>
a { background-color: #2977D6; }
a { background-color: rgb(41,119,214); }
div.DivClassName
{
background-color: #2977D6;
}
.BgClassName
{
background-color: #2977D6;
}
</style>
border-color css
<style>
span { border-color: #2977D6; }
span { border-color: rgb(41,119,214); }
td.TdClassName
{
border-color: #2977D6;
}
.TagClassName
{
border-color: #2977D6;
}
</style>