Shades of Royal Blue #295EE7
Tints of Royal Blue #295EE7
RGB
CMYK
RGB Variations
Color information
#295EE7 (or 0x295EE7) is known color: Royal Blue. HEX triplet: 29, 5E and E7. RGB value is (41,94,231). Sum of RGB (Red+Green+Blue) = 41+94+231=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 231 (90.62% from 255 or 63.11% from 366); Max value from RGB is 231 - color contains mainly: blue. Hex color #295EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295EE7 is #D6A118. Grayscale: #5D5D5D. Windows color (decimal): -14065945 or 15162921. OLE color: 15162921.
HSL color Cylindrical-coordinate representation of color #295EE7: hue angle of 223.26º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295EE7 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 94 | 231 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.09 |
| HSL | 223.26º | 0.8% | 0.53% | - |
| HSV(B) | 223.26º | 0.82% | 0.91% | - |
| XYZ | 19.34 | 14.25 | 77.33 | - |
| YUV | 93.77 | 205.44 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 231 | 0.82 | 0.59 | 0 | 0.09 | 223.26 | 0.8 | 0.53 |
| Hex | 29 | 5E | E7 | 52 | 3B | 0 | 9 | DF | 50 | 35 |
| Octal | 51 | 136 | 347 | 122 | 73 | 0 | 11 | 337 | 120 | 65 |
| Binary | 101001 | 1011110 | 11100111 | 1010010 | 111011 | 0 | 1001 | 11011111 | 1010000 | 110101 |
Color Harmonies of #295EE7
Complementary color
Monochromatic Colors of #295EE7
Black with #295EE7
Text Example
Text Example
White with #295EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EE7; }
p { color: rgb(41,94,231); }
H1.HeaderClassName
{
color: #295EE7;
}
.AnyTagClassName
{
color: #295EE7;
}
</style>
background-color css
<style>
a { background-color: #295EE7; }
a { background-color: rgb(41,94,231); }
div.DivClassName
{
background-color: #295EE7;
}
.BgClassName
{
background-color: #295EE7;
}
</style>
border-color css
<style>
span { border-color: #295EE7; }
span { border-color: rgb(41,94,231); }
td.TdClassName
{
border-color: #295EE7;
}
.TagClassName
{
border-color: #295EE7;
}
</style>