Shades of Royal Blue #294FF1
Tints of Royal Blue #294FF1
RGB
CMYK
RGB Variations
Color information
#294FF1 (or 0x294FF1) is known color: Royal Blue. HEX triplet: 29, 4F and F1. RGB value is (41,79,241). Sum of RGB (Red+Green+Blue) = 41+79+241=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #294FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FF1 is #D6B00E. Grayscale: #555555. Windows color (decimal): -14069775 or 15814441. OLE color: 15814441.
HSL color Cylindrical-coordinate representation of color #294FF1: hue angle of 228.6º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294FF1 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 79 | 241 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.05 |
| HSL | 228.6º | 0.88% | 0.55% | - |
| HSV(B) | 228.6º | 0.83% | 0.95% | - |
| XYZ | 19.59 | 12.41 | 84.58 | - |
| YUV | 86.11 | 215.41 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 241 | 0.83 | 0.67 | 0 | 0.05 | 228.6 | 0.88 | 0.55 |
| Hex | 29 | 4F | F1 | 53 | 43 | 0 | 5 | E5 | 58 | 37 |
| Octal | 51 | 117 | 361 | 123 | 103 | 0 | 5 | 345 | 130 | 67 |
| Binary | 101001 | 1001111 | 11110001 | 1010011 | 1000011 | 0 | 101 | 11100101 | 1011000 | 110111 |
Color Harmonies of #294FF1
Complementary color
Monochromatic Colors of #294FF1
Black with #294FF1
Text Example
Text Example
White with #294FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FF1; }
p { color: rgb(41,79,241); }
H1.HeaderClassName
{
color: #294FF1;
}
.AnyTagClassName
{
color: #294FF1;
}
</style>
background-color css
<style>
a { background-color: #294FF1; }
a { background-color: rgb(41,79,241); }
div.DivClassName
{
background-color: #294FF1;
}
.BgClassName
{
background-color: #294FF1;
}
</style>
border-color css
<style>
span { border-color: #294FF1; }
span { border-color: rgb(41,79,241); }
td.TdClassName
{
border-color: #294FF1;
}
.TagClassName
{
border-color: #294FF1;
}
</style>