Shades of Royal Blue #294CE7
Tints of Royal Blue #294CE7
RGB
CMYK
RGB Variations
Color information
#294CE7 (or 0x294CE7) is known color: Royal Blue. HEX triplet: 29, 4C and E7. RGB value is (41,76,231). Sum of RGB (Red+Green+Blue) = 41+76+231=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 231 (90.62% from 255 or 66.38% from 348); Max value from RGB is 231 - color contains mainly: blue. Hex color #294CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CE7 is #D6B318. Grayscale: #525252. Windows color (decimal): -14070553 or 15158313. OLE color: 15158313.
HSL color Cylindrical-coordinate representation of color #294CE7: hue angle of 228.95º 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 #294CE7 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 76 | 231 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.09 |
| HSL | 228.95º | 0.8% | 0.53% | - |
| HSV(B) | 228.95º | 0.82% | 0.91% | - |
| XYZ | 17.92 | 11.41 | 76.86 | - |
| YUV | 83.21 | 211.4 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 231 | 0.82 | 0.67 | 0 | 0.09 | 228.95 | 0.8 | 0.53 |
| Hex | 29 | 4C | E7 | 52 | 43 | 0 | 9 | E5 | 50 | 35 |
| Octal | 51 | 114 | 347 | 122 | 103 | 0 | 11 | 345 | 120 | 65 |
| Binary | 101001 | 1001100 | 11100111 | 1010010 | 1000011 | 0 | 1001 | 11100101 | 1010000 | 110101 |
Color Harmonies of #294CE7
Complementary color
Monochromatic Colors of #294CE7
Black with #294CE7
Text Example
Text Example
White with #294CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CE7; }
p { color: rgb(41,76,231); }
H1.HeaderClassName
{
color: #294CE7;
}
.AnyTagClassName
{
color: #294CE7;
}
</style>
background-color css
<style>
a { background-color: #294CE7; }
a { background-color: rgb(41,76,231); }
div.DivClassName
{
background-color: #294CE7;
}
.BgClassName
{
background-color: #294CE7;
}
</style>
border-color css
<style>
span { border-color: #294CE7; }
span { border-color: rgb(41,76,231); }
td.TdClassName
{
border-color: #294CE7;
}
.TagClassName
{
border-color: #294CE7;
}
</style>