Shades of Royal Blue #295CFE
Tints of Royal Blue #295CFE
RGB
CMYK
RGB Variations
Color information
#295CFE (or 0x295CFE) is known color: Royal Blue. HEX triplet: 29, 5C and FE. RGB value is (41,92,254). Sum of RGB (Red+Green+Blue) = 41+92+254=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #295CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CFE is #D6A301. Grayscale: #5E5E5E. Windows color (decimal): -14066434 or 16669737. OLE color: 16669737.
HSL color Cylindrical-coordinate representation of color #295CFE: hue angle of 225.63º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #295CFE is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 92 | 254 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.00 |
| HSL | 225.63º | 0.99% | 0.58% | - |
| HSV(B) | 225.63º | 0.84% | 1% | - |
| XYZ | 22.63 | 15.28 | 95.52 | - |
| YUV | 95.22 | 217.6 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 254 | 0.84 | 0.64 | 0 | 0.00 | 225.63 | 0.99 | 0.58 |
| Hex | 29 | 5C | FE | 54 | 40 | 0 | 0 | E2 | 63 | 3A |
| Octal | 51 | 134 | 376 | 124 | 100 | 0 | 0 | 342 | 143 | 72 |
| Binary | 101001 | 1011100 | 11111110 | 1010100 | 1000000 | 0 | 0 | 11100010 | 1100011 | 111010 |
Color Harmonies of #295CFE
Complementary color
Monochromatic Colors of #295CFE
Black with #295CFE
Text Example
Text Example
White with #295CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CFE; }
p { color: rgb(41,92,254); }
H1.HeaderClassName
{
color: #295CFE;
}
.AnyTagClassName
{
color: #295CFE;
}
</style>
background-color css
<style>
a { background-color: #295CFE; }
a { background-color: rgb(41,92,254); }
div.DivClassName
{
background-color: #295CFE;
}
.BgClassName
{
background-color: #295CFE;
}
</style>
border-color css
<style>
span { border-color: #295CFE; }
span { border-color: rgb(41,92,254); }
td.TdClassName
{
border-color: #295CFE;
}
.TagClassName
{
border-color: #295CFE;
}
</style>