Shades of Royal Blue #2953F8
Tints of Royal Blue #2953F8
RGB
CMYK
RGB Variations
Color information
#2953F8 (or 0x2953F8) is known color: Royal Blue. HEX triplet: 29, 53 and F8. RGB value is (41,83,248). Sum of RGB (Red+Green+Blue) = 41+83+248=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #2953F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2953F8 is #D6AC07. Grayscale: #585858. Windows color (decimal): -14068744 or 16274217. OLE color: 16274217.
HSL color Cylindrical-coordinate representation of color #2953F8: hue angle of 227.83º 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 #2953F8 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 83 | 248 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.03 |
| HSL | 227.83º | 0.94% | 0.57% | - |
| HSV(B) | 227.83º | 0.83% | 0.97% | - |
| XYZ | 20.95 | 13.44 | 90.3 | - |
| YUV | 89.25 | 217.59 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 248 | 0.83 | 0.67 | 0 | 0.03 | 227.83 | 0.94 | 0.57 |
| Hex | 29 | 53 | F8 | 53 | 43 | 0 | 3 | E4 | 5E | 39 |
| Octal | 51 | 123 | 370 | 123 | 103 | 0 | 3 | 344 | 136 | 71 |
| Binary | 101001 | 1010011 | 11111000 | 1010011 | 1000011 | 0 | 11 | 11100100 | 1011110 | 111001 |
Color Harmonies of #2953F8
Complementary color
Monochromatic Colors of #2953F8
Black with #2953F8
Text Example
Text Example
White with #2953F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2953F8; }
p { color: rgb(41,83,248); }
H1.HeaderClassName
{
color: #2953F8;
}
.AnyTagClassName
{
color: #2953F8;
}
</style>
background-color css
<style>
a { background-color: #2953F8; }
a { background-color: rgb(41,83,248); }
div.DivClassName
{
background-color: #2953F8;
}
.BgClassName
{
background-color: #2953F8;
}
</style>
border-color css
<style>
span { border-color: #2953F8; }
span { border-color: rgb(41,83,248); }
td.TdClassName
{
border-color: #2953F8;
}
.TagClassName
{
border-color: #2953F8;
}
</style>