Shades of Royal Blue #294DF2
Tints of Royal Blue #294DF2
RGB
CMYK
RGB Variations
Color information
#294DF2 (or 0x294DF2) is known color: Royal Blue. HEX triplet: 29, 4D and F2. RGB value is (41,77,242). Sum of RGB (Red+Green+Blue) = 41+77+242=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 242 (94.92% from 255 or 67.22% from 360); Max value from RGB is 242 - color contains mainly: blue. Hex color #294DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294DF2 is #D6B20D. Grayscale: #545454. Windows color (decimal): -14070286 or 15879465. OLE color: 15879465.
HSL color Cylindrical-coordinate representation of color #294DF2: hue angle of 229.25º degrees, saturation: 0.89, 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 #294DF2 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 77 | 242 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.05 |
| HSL | 229.25º | 0.89% | 0.55% | - |
| HSV(B) | 229.25º | 0.83% | 0.95% | - |
| XYZ | 19.6 | 12.19 | 85.32 | - |
| YUV | 85.05 | 216.57 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 242 | 0.83 | 0.68 | 0 | 0.05 | 229.25 | 0.89 | 0.55 |
| Hex | 29 | 4D | F2 | 53 | 44 | 0 | 5 | E5 | 59 | 37 |
| Octal | 51 | 115 | 362 | 123 | 104 | 0 | 5 | 345 | 131 | 67 |
| Binary | 101001 | 1001101 | 11110010 | 1010011 | 1000100 | 0 | 101 | 11100101 | 1011001 | 110111 |
Color Harmonies of #294DF2
Complementary color
Monochromatic Colors of #294DF2
Black with #294DF2
Text Example
Text Example
White with #294DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DF2; }
p { color: rgb(41,77,242); }
H1.HeaderClassName
{
color: #294DF2;
}
.AnyTagClassName
{
color: #294DF2;
}
</style>
background-color css
<style>
a { background-color: #294DF2; }
a { background-color: rgb(41,77,242); }
div.DivClassName
{
background-color: #294DF2;
}
.BgClassName
{
background-color: #294DF2;
}
</style>
border-color css
<style>
span { border-color: #294DF2; }
span { border-color: rgb(41,77,242); }
td.TdClassName
{
border-color: #294DF2;
}
.TagClassName
{
border-color: #294DF2;
}
</style>