Shades of Royal Blue #2978DA
Tints of Royal Blue #2978DA
RGB
CMYK
RGB Variations
Color information
#2978DA (or 0x2978DA) is known color: Royal Blue. HEX triplet: 29, 78 and DA. RGB value is (41,120,218). Sum of RGB (Red+Green+Blue) = 41+120+218=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #2978DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978DA is #D68725. Grayscale: #6B6B6B. Windows color (decimal): -14059302 or 14317609. OLE color: 14317609.
HSL color Cylindrical-coordinate representation of color #2978DA: hue angle of 213.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2978DA is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 120 | 218 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.15 |
| HSL | 213.22º | 0.71% | 0.51% | - |
| HSV(B) | 213.22º | 0.81% | 0.85% | - |
| XYZ | 20.29 | 18.97 | 68.92 | - |
| YUV | 107.55 | 190.33 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 218 | 0.81 | 0.45 | 0 | 0.15 | 213.22 | 0.71 | 0.51 |
| Hex | 29 | 78 | DA | 51 | 2D | 0 | F | D5 | 47 | 33 |
| Octal | 51 | 170 | 332 | 121 | 55 | 0 | 17 | 325 | 107 | 63 |
| Binary | 101001 | 1111000 | 11011010 | 1010001 | 101101 | 0 | 1111 | 11010101 | 1000111 | 110011 |
Color Harmonies of #2978DA
Complementary color
Monochromatic Colors of #2978DA
Black with #2978DA
Text Example
Text Example
White with #2978DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2978DA; }
p { color: rgb(41,120,218); }
H1.HeaderClassName
{
color: #2978DA;
}
.AnyTagClassName
{
color: #2978DA;
}
</style>
background-color css
<style>
a { background-color: #2978DA; }
a { background-color: rgb(41,120,218); }
div.DivClassName
{
background-color: #2978DA;
}
.BgClassName
{
background-color: #2978DA;
}
</style>
border-color css
<style>
span { border-color: #2978DA; }
span { border-color: rgb(41,120,218); }
td.TdClassName
{
border-color: #2978DA;
}
.TagClassName
{
border-color: #2978DA;
}
</style>