Shades of Royal Blue #2959F8
Tints of Royal Blue #2959F8
RGB
CMYK
RGB Variations
Color information
#2959F8 (or 0x2959F8) is known color: Royal Blue. HEX triplet: 29, 59 and F8. RGB value is (41,89,248). Sum of RGB (Red+Green+Blue) = 41+89+248=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #2959F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2959F8 is #D6A607. Grayscale: #5C5C5C. Windows color (decimal): -14067208 or 16275753. OLE color: 16275753.
HSL color Cylindrical-coordinate representation of color #2959F8: hue angle of 226.09º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2959F8 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 89 | 248 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.03 |
| HSL | 226.09º | 0.94% | 0.57% | - |
| HSV(B) | 226.09º | 0.83% | 0.97% | - |
| XYZ | 21.43 | 14.39 | 90.46 | - |
| YUV | 92.77 | 215.6 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 248 | 0.83 | 0.64 | 0 | 0.03 | 226.09 | 0.94 | 0.57 |
| Hex | 29 | 59 | F8 | 53 | 40 | 0 | 3 | E2 | 5E | 39 |
| Octal | 51 | 131 | 370 | 123 | 100 | 0 | 3 | 342 | 136 | 71 |
| Binary | 101001 | 1011001 | 11111000 | 1010011 | 1000000 | 0 | 11 | 11100010 | 1011110 | 111001 |
Color Harmonies of #2959F8
Complementary color
Monochromatic Colors of #2959F8
Black with #2959F8
Text Example
Text Example
White with #2959F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2959F8; }
p { color: rgb(41,89,248); }
H1.HeaderClassName
{
color: #2959F8;
}
.AnyTagClassName
{
color: #2959F8;
}
</style>
background-color css
<style>
a { background-color: #2959F8; }
a { background-color: rgb(41,89,248); }
div.DivClassName
{
background-color: #2959F8;
}
.BgClassName
{
background-color: #2959F8;
}
</style>
border-color css
<style>
span { border-color: #2959F8; }
span { border-color: rgb(41,89,248); }
td.TdClassName
{
border-color: #2959F8;
}
.TagClassName
{
border-color: #2959F8;
}
</style>