Shades of Royal Blue #2950F5
Tints of Royal Blue #2950F5
RGB
CMYK
RGB Variations
Color information
#2950F5 (or 0x2950F5) is known color: Royal Blue. HEX triplet: 29, 50 and F5. RGB value is (41,80,245). Sum of RGB (Red+Green+Blue) = 41+80+245=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 245 (96.09% from 255 or 66.94% from 366); Max value from RGB is 245 - color contains mainly: blue. Hex color #2950F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2950F5 is #D6AF0A. Grayscale: #565656. Windows color (decimal): -14069515 or 16076841. OLE color: 16076841.
HSL color Cylindrical-coordinate representation of color #2950F5: hue angle of 228.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2950F5 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 80 | 245 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.04 |
| HSL | 228.53º | 0.91% | 0.56% | - |
| HSV(B) | 228.53º | 0.83% | 0.96% | - |
| XYZ | 20.26 | 12.8 | 87.79 | - |
| YUV | 87.15 | 217.08 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 245 | 0.83 | 0.67 | 0 | 0.04 | 228.53 | 0.91 | 0.56 |
| Hex | 29 | 50 | F5 | 53 | 43 | 0 | 4 | E5 | 5B | 38 |
| Octal | 51 | 120 | 365 | 123 | 103 | 0 | 4 | 345 | 133 | 70 |
| Binary | 101001 | 1010000 | 11110101 | 1010011 | 1000011 | 0 | 100 | 11100101 | 1011011 | 111000 |
Color Harmonies of #2950F5
Complementary color
Monochromatic Colors of #2950F5
Black with #2950F5
Text Example
Text Example
White with #2950F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950F5; }
p { color: rgb(41,80,245); }
H1.HeaderClassName
{
color: #2950F5;
}
.AnyTagClassName
{
color: #2950F5;
}
</style>
background-color css
<style>
a { background-color: #2950F5; }
a { background-color: rgb(41,80,245); }
div.DivClassName
{
background-color: #2950F5;
}
.BgClassName
{
background-color: #2950F5;
}
</style>
border-color css
<style>
span { border-color: #2950F5; }
span { border-color: rgb(41,80,245); }
td.TdClassName
{
border-color: #2950F5;
}
.TagClassName
{
border-color: #2950F5;
}
</style>