Shades of Royal Blue #295CE1
Tints of Royal Blue #295CE1
RGB
CMYK
RGB Variations
Color information
#295CE1 (or 0x295CE1) is known color: Royal Blue. HEX triplet: 29, 5C and E1. RGB value is (41,92,225). Sum of RGB (Red+Green+Blue) = 41+92+225=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 225 (88.28% from 255 or 62.85% from 358); Max value from RGB is 225 - color contains mainly: blue. Hex color #295CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CE1 is #D6A31E. Grayscale: #5B5B5B. Windows color (decimal): -14066463 or 14769193. OLE color: 14769193.
HSL color Cylindrical-coordinate representation of color #295CE1: hue angle of 223.37º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295CE1 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 92 | 225 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.12 |
| HSL | 223.37º | 0.75% | 0.52% | - |
| HSV(B) | 223.37º | 0.82% | 0.88% | - |
| XYZ | 18.33 | 13.56 | 72.89 | - |
| YUV | 91.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 225 | 0.82 | 0.59 | 0 | 0.12 | 223.37 | 0.75 | 0.52 |
| Hex | 29 | 5C | E1 | 52 | 3B | 0 | C | DF | 4B | 34 |
| Octal | 51 | 134 | 341 | 122 | 73 | 0 | 14 | 337 | 113 | 64 |
| Binary | 101001 | 1011100 | 11100001 | 1010010 | 111011 | 0 | 1100 | 11011111 | 1001011 | 110100 |
Color Harmonies of #295CE1
Complementary color
Monochromatic Colors of #295CE1
Black with #295CE1
Text Example
Text Example
White with #295CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CE1; }
p { color: rgb(41,92,225); }
H1.HeaderClassName
{
color: #295CE1;
}
.AnyTagClassName
{
color: #295CE1;
}
</style>
background-color css
<style>
a { background-color: #295CE1; }
a { background-color: rgb(41,92,225); }
div.DivClassName
{
background-color: #295CE1;
}
.BgClassName
{
background-color: #295CE1;
}
</style>
border-color css
<style>
span { border-color: #295CE1; }
span { border-color: rgb(41,92,225); }
td.TdClassName
{
border-color: #295CE1;
}
.TagClassName
{
border-color: #295CE1;
}
</style>