Shades of Royal Blue #295CEC
Tints of Royal Blue #295CEC
RGB
CMYK
RGB Variations
Color information
#295CEC (or 0x295CEC) is known color: Royal Blue. HEX triplet: 29, 5C and EC. RGB value is (41,92,236). Sum of RGB (Red+Green+Blue) = 41+92+236=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #295CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CEC is #D6A313. Grayscale: #5C5C5C. Windows color (decimal): -14066452 or 15490089. OLE color: 15490089.
HSL color Cylindrical-coordinate representation of color #295CEC: hue angle of 224.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295CEC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 92 | 236 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.07 |
| HSL | 224.31º | 0.84% | 0.54% | - |
| HSV(B) | 224.31º | 0.83% | 0.93% | - |
| XYZ | 19.88 | 14.18 | 81.05 | - |
| YUV | 93.17 | 208.6 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 236 | 0.83 | 0.61 | 0 | 0.07 | 224.31 | 0.84 | 0.54 |
| Hex | 29 | 5C | EC | 53 | 3D | 0 | 7 | E0 | 54 | 36 |
| Octal | 51 | 134 | 354 | 123 | 75 | 0 | 7 | 340 | 124 | 66 |
| Binary | 101001 | 1011100 | 11101100 | 1010011 | 111101 | 0 | 111 | 11100000 | 1010100 | 110110 |
Color Harmonies of #295CEC
Complementary color
Monochromatic Colors of #295CEC
Black with #295CEC
Text Example
Text Example
White with #295CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CEC; }
p { color: rgb(41,92,236); }
H1.HeaderClassName
{
color: #295CEC;
}
.AnyTagClassName
{
color: #295CEC;
}
</style>
background-color css
<style>
a { background-color: #295CEC; }
a { background-color: rgb(41,92,236); }
div.DivClassName
{
background-color: #295CEC;
}
.BgClassName
{
background-color: #295CEC;
}
</style>
border-color css
<style>
span { border-color: #295CEC; }
span { border-color: rgb(41,92,236); }
td.TdClassName
{
border-color: #295CEC;
}
.TagClassName
{
border-color: #295CEC;
}
</style>