Shades of Royal Blue #2958FB
Tints of Royal Blue #2958FB
RGB
CMYK
RGB Variations
Color information
#2958FB (or 0x2958FB) is known color: Royal Blue. HEX triplet: 29, 58 and FB. RGB value is (41,88,251). Sum of RGB (Red+Green+Blue) = 41+88+251=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #2958FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2958FB is #D6A704. Grayscale: #5B5B5B. Windows color (decimal): -14067461 or 16472105. OLE color: 16472105.
HSL color Cylindrical-coordinate representation of color #2958FB: hue angle of 226.57º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2958FB is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 88 | 251 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.02 |
| HSL | 226.57º | 0.96% | 0.57% | - |
| HSV(B) | 226.57º | 0.84% | 0.98% | - |
| XYZ | 21.82 | 14.42 | 92.9 | - |
| YUV | 92.53 | 217.43 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 251 | 0.84 | 0.65 | 0 | 0.02 | 226.57 | 0.96 | 0.57 |
| Hex | 29 | 58 | FB | 54 | 41 | 0 | 2 | E3 | 60 | 39 |
| Octal | 51 | 130 | 373 | 124 | 101 | 0 | 2 | 343 | 140 | 71 |
| Binary | 101001 | 1011000 | 11111011 | 1010100 | 1000001 | 0 | 10 | 11100011 | 1100000 | 111001 |
Color Harmonies of #2958FB
Complementary color
Monochromatic Colors of #2958FB
Black with #2958FB
Text Example
Text Example
White with #2958FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2958FB; }
p { color: rgb(41,88,251); }
H1.HeaderClassName
{
color: #2958FB;
}
.AnyTagClassName
{
color: #2958FB;
}
</style>
background-color css
<style>
a { background-color: #2958FB; }
a { background-color: rgb(41,88,251); }
div.DivClassName
{
background-color: #2958FB;
}
.BgClassName
{
background-color: #2958FB;
}
</style>
border-color css
<style>
span { border-color: #2958FB; }
span { border-color: rgb(41,88,251); }
td.TdClassName
{
border-color: #2958FB;
}
.TagClassName
{
border-color: #2958FB;
}
</style>