Shades of Royal Blue #295CEE
Tints of Royal Blue #295CEE
RGB
CMYK
RGB Variations
Color information
#295CEE (or 0x295CEE) is known color: Royal Blue. HEX triplet: 29, 5C and EE. RGB value is (41,92,238). Sum of RGB (Red+Green+Blue) = 41+92+238=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #295CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CEE is #D6A311. Grayscale: #5C5C5C. Windows color (decimal): -14066450 or 15621161. OLE color: 15621161.
HSL color Cylindrical-coordinate representation of color #295CEE: hue angle of 224.47º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295CEE is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 92 | 238 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.07 |
| HSL | 224.47º | 0.85% | 0.55% | - |
| HSV(B) | 224.47º | 0.83% | 0.93% | - |
| XYZ | 20.17 | 14.3 | 82.59 | - |
| YUV | 93.4 | 209.6 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 238 | 0.83 | 0.61 | 0 | 0.07 | 224.47 | 0.85 | 0.55 |
| Hex | 29 | 5C | EE | 53 | 3D | 0 | 7 | E0 | 55 | 37 |
| Octal | 51 | 134 | 356 | 123 | 75 | 0 | 7 | 340 | 125 | 67 |
| Binary | 101001 | 1011100 | 11101110 | 1010011 | 111101 | 0 | 111 | 11100000 | 1010101 | 110111 |
Color Harmonies of #295CEE
Complementary color
Monochromatic Colors of #295CEE
Black with #295CEE
Text Example
Text Example
White with #295CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CEE; }
p { color: rgb(41,92,238); }
H1.HeaderClassName
{
color: #295CEE;
}
.AnyTagClassName
{
color: #295CEE;
}
</style>
background-color css
<style>
a { background-color: #295CEE; }
a { background-color: rgb(41,92,238); }
div.DivClassName
{
background-color: #295CEE;
}
.BgClassName
{
background-color: #295CEE;
}
</style>
border-color css
<style>
span { border-color: #295CEE; }
span { border-color: rgb(41,92,238); }
td.TdClassName
{
border-color: #295CEE;
}
.TagClassName
{
border-color: #295CEE;
}
</style>