Shades of Royal Blue #2948E8
Tints of Royal Blue #2948E8
RGB
CMYK
RGB Variations
Color information
#2948E8 (or 0x2948E8) is known color: Royal Blue. HEX triplet: 29, 48 and E8. RGB value is (41,72,232). Sum of RGB (Red+Green+Blue) = 41+72+232=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 232 (91.02% from 255 or 67.25% from 345); Max value from RGB is 232 - color contains mainly: blue. Hex color #2948E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2948E8 is #D6B717. Grayscale: #505050. Windows color (decimal): -14071576 or 15222825. OLE color: 15222825.
HSL color Cylindrical-coordinate representation of color #2948E8: hue angle of 230.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2948E8 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 72 | 232 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.09 |
| HSL | 230.26º | 0.81% | 0.54% | - |
| HSV(B) | 230.26º | 0.82% | 0.91% | - |
| XYZ | 17.8 | 10.93 | 77.52 | - |
| YUV | 80.97 | 213.23 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 232 | 0.82 | 0.69 | 0 | 0.09 | 230.26 | 0.81 | 0.54 |
| Hex | 29 | 48 | E8 | 52 | 45 | 0 | 9 | E6 | 51 | 36 |
| Octal | 51 | 110 | 350 | 122 | 105 | 0 | 11 | 346 | 121 | 66 |
| Binary | 101001 | 1001000 | 11101000 | 1010010 | 1000101 | 0 | 1001 | 11100110 | 1010001 | 110110 |
Color Harmonies of #2948E8
Complementary color
Monochromatic Colors of #2948E8
Black with #2948E8
Text Example
Text Example
White with #2948E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948E8; }
p { color: rgb(41,72,232); }
H1.HeaderClassName
{
color: #2948E8;
}
.AnyTagClassName
{
color: #2948E8;
}
</style>
background-color css
<style>
a { background-color: #2948E8; }
a { background-color: rgb(41,72,232); }
div.DivClassName
{
background-color: #2948E8;
}
.BgClassName
{
background-color: #2948E8;
}
</style>
border-color css
<style>
span { border-color: #2948E8; }
span { border-color: rgb(41,72,232); }
td.TdClassName
{
border-color: #2948E8;
}
.TagClassName
{
border-color: #2948E8;
}
</style>