Shades of Royal Blue #2967ED
Tints of Royal Blue #2967ED
RGB
CMYK
RGB Variations
Color information
#2967ED (or 0x2967ED) is known color: Royal Blue. HEX triplet: 29, 67 and ED. RGB value is (41,103,237). Sum of RGB (Red+Green+Blue) = 41+103+237=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #2967ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2967ED is #D69812. Grayscale: #636363. Windows color (decimal): -14063635 or 15558441. OLE color: 15558441.
HSL color Cylindrical-coordinate representation of color #2967ED: hue angle of 221.02º degrees, saturation: 0.84, 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 #2967ED is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 103 | 237 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.07 |
| HSL | 221.02º | 0.84% | 0.55% | - |
| HSV(B) | 221.02º | 0.83% | 0.93% | - |
| XYZ | 21.05 | 16.29 | 82.15 | - |
| YUV | 99.74 | 205.46 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 237 | 0.83 | 0.57 | 0 | 0.07 | 221.02 | 0.84 | 0.55 |
| Hex | 29 | 67 | ED | 53 | 39 | 0 | 7 | DD | 54 | 37 |
| Octal | 51 | 147 | 355 | 123 | 71 | 0 | 7 | 335 | 124 | 67 |
| Binary | 101001 | 1100111 | 11101101 | 1010011 | 111001 | 0 | 111 | 11011101 | 1010100 | 110111 |
Color Harmonies of #2967ED
Complementary color
Monochromatic Colors of #2967ED
Black with #2967ED
Text Example
Text Example
White with #2967ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2967ED; }
p { color: rgb(41,103,237); }
H1.HeaderClassName
{
color: #2967ED;
}
.AnyTagClassName
{
color: #2967ED;
}
</style>
background-color css
<style>
a { background-color: #2967ED; }
a { background-color: rgb(41,103,237); }
div.DivClassName
{
background-color: #2967ED;
}
.BgClassName
{
background-color: #2967ED;
}
</style>
border-color css
<style>
span { border-color: #2967ED; }
span { border-color: rgb(41,103,237); }
td.TdClassName
{
border-color: #2967ED;
}
.TagClassName
{
border-color: #2967ED;
}
</style>