Shades of Royal Blue #2967F2
Tints of Royal Blue #2967F2
RGB
CMYK
RGB Variations
Color information
#2967F2 (or 0x2967F2) is known color: Royal Blue. HEX triplet: 29, 67 and F2. RGB value is (41,103,242). Sum of RGB (Red+Green+Blue) = 41+103+242=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #2967F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2967F2 is #D6980D. Grayscale: #636363. Windows color (decimal): -14063630 or 15886121. OLE color: 15886121.
HSL color Cylindrical-coordinate representation of color #2967F2: hue angle of 221.49º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2967F2 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 103 | 242 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.05 |
| HSL | 221.49º | 0.89% | 0.55% | - |
| HSV(B) | 221.49º | 0.83% | 0.95% | - |
| XYZ | 21.79 | 16.58 | 86.06 | - |
| YUV | 100.31 | 207.96 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 242 | 0.83 | 0.57 | 0 | 0.05 | 221.49 | 0.89 | 0.55 |
| Hex | 29 | 67 | F2 | 53 | 39 | 0 | 5 | DD | 59 | 37 |
| Octal | 51 | 147 | 362 | 123 | 71 | 0 | 5 | 335 | 131 | 67 |
| Binary | 101001 | 1100111 | 11110010 | 1010011 | 111001 | 0 | 101 | 11011101 | 1011001 | 110111 |
Color Harmonies of #2967F2
Complementary color
Monochromatic Colors of #2967F2
Black with #2967F2
Text Example
Text Example
White with #2967F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2967F2; }
p { color: rgb(41,103,242); }
H1.HeaderClassName
{
color: #2967F2;
}
.AnyTagClassName
{
color: #2967F2;
}
</style>
background-color css
<style>
a { background-color: #2967F2; }
a { background-color: rgb(41,103,242); }
div.DivClassName
{
background-color: #2967F2;
}
.BgClassName
{
background-color: #2967F2;
}
</style>
border-color css
<style>
span { border-color: #2967F2; }
span { border-color: rgb(41,103,242); }
td.TdClassName
{
border-color: #2967F2;
}
.TagClassName
{
border-color: #2967F2;
}
</style>