Shades of Royal Blue #294FEF
Tints of Royal Blue #294FEF
RGB
CMYK
RGB Variations
Color information
#294FEF (or 0x294FEF) is known color: Royal Blue. HEX triplet: 29, 4F and EF. RGB value is (41,79,239). Sum of RGB (Red+Green+Blue) = 41+79+239=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #294FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FEF is #D6B010. Grayscale: #555555. Windows color (decimal): -14069777 or 15683369. OLE color: 15683369.
HSL color Cylindrical-coordinate representation of color #294FEF: hue angle of 228.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294FEF is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 79 | 239 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.06 |
| HSL | 228.48º | 0.86% | 0.55% | - |
| HSV(B) | 228.48º | 0.83% | 0.94% | - |
| XYZ | 19.29 | 12.3 | 83.02 | - |
| YUV | 85.88 | 214.41 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 239 | 0.83 | 0.67 | 0 | 0.06 | 228.48 | 0.86 | 0.55 |
| Hex | 29 | 4F | EF | 53 | 43 | 0 | 6 | E4 | 56 | 37 |
| Octal | 51 | 117 | 357 | 123 | 103 | 0 | 6 | 344 | 126 | 67 |
| Binary | 101001 | 1001111 | 11101111 | 1010011 | 1000011 | 0 | 110 | 11100100 | 1010110 | 110111 |
Color Harmonies of #294FEF
Complementary color
Monochromatic Colors of #294FEF
Black with #294FEF
Text Example
Text Example
White with #294FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FEF; }
p { color: rgb(41,79,239); }
H1.HeaderClassName
{
color: #294FEF;
}
.AnyTagClassName
{
color: #294FEF;
}
</style>
background-color css
<style>
a { background-color: #294FEF; }
a { background-color: rgb(41,79,239); }
div.DivClassName
{
background-color: #294FEF;
}
.BgClassName
{
background-color: #294FEF;
}
</style>
border-color css
<style>
span { border-color: #294FEF; }
span { border-color: rgb(41,79,239); }
td.TdClassName
{
border-color: #294FEF;
}
.TagClassName
{
border-color: #294FEF;
}
</style>