Shades of Royal Blue #2950F4
Tints of Royal Blue #2950F4
RGB
CMYK
RGB Variations
Color information
#2950F4 (or 0x2950F4) is known color: Royal Blue. HEX triplet: 29, 50 and F4. RGB value is (41,80,244). Sum of RGB (Red+Green+Blue) = 41+80+244=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 244 (95.70% from 255 or 66.85% from 365); Max value from RGB is 244 - color contains mainly: blue. Hex color #2950F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2950F4 is #D6AF0B. Grayscale: #565656. Windows color (decimal): -14069516 or 16011305. OLE color: 16011305.
HSL color Cylindrical-coordinate representation of color #2950F4: hue angle of 228.47º degrees, saturation: 0.9, 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 #2950F4 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 80 | 244 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.04 |
| HSL | 228.47º | 0.9% | 0.56% | - |
| HSV(B) | 228.47º | 0.83% | 0.96% | - |
| XYZ | 20.11 | 12.74 | 86.99 | - |
| YUV | 87.04 | 216.58 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 244 | 0.83 | 0.67 | 0 | 0.04 | 228.47 | 0.9 | 0.56 |
| Hex | 29 | 50 | F4 | 53 | 43 | 0 | 4 | E4 | 5A | 38 |
| Octal | 51 | 120 | 364 | 123 | 103 | 0 | 4 | 344 | 132 | 70 |
| Binary | 101001 | 1010000 | 11110100 | 1010011 | 1000011 | 0 | 100 | 11100100 | 1011010 | 111000 |
Color Harmonies of #2950F4
Complementary color
Monochromatic Colors of #2950F4
Black with #2950F4
Text Example
Text Example
White with #2950F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950F4; }
p { color: rgb(41,80,244); }
H1.HeaderClassName
{
color: #2950F4;
}
.AnyTagClassName
{
color: #2950F4;
}
</style>
background-color css
<style>
a { background-color: #2950F4; }
a { background-color: rgb(41,80,244); }
div.DivClassName
{
background-color: #2950F4;
}
.BgClassName
{
background-color: #2950F4;
}
</style>
border-color css
<style>
span { border-color: #2950F4; }
span { border-color: rgb(41,80,244); }
td.TdClassName
{
border-color: #2950F4;
}
.TagClassName
{
border-color: #2950F4;
}
</style>