Shades of Royal Blue #295EDC
Tints of Royal Blue #295EDC
RGB
CMYK
RGB Variations
Color information
#295EDC (or 0x295EDC) is known color: Royal Blue. HEX triplet: 29, 5E and DC. RGB value is (41,94,220). Sum of RGB (Red+Green+Blue) = 41+94+220=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #295EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EDC is #D6A123. Grayscale: #5B5B5B. Windows color (decimal): -14065956 or 14442025. OLE color: 14442025.
HSL color Cylindrical-coordinate representation of color #295EDC: hue angle of 222.23º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295EDC is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 94 | 220 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.14 |
| HSL | 222.23º | 0.72% | 0.51% | - |
| HSV(B) | 222.23º | 0.81% | 0.86% | - |
| XYZ | 17.84 | 13.64 | 69.4 | - |
| YUV | 92.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 220 | 0.81 | 0.57 | 0 | 0.14 | 222.23 | 0.72 | 0.51 |
| Hex | 29 | 5E | DC | 51 | 39 | 0 | E | DE | 48 | 33 |
| Octal | 51 | 136 | 334 | 121 | 71 | 0 | 16 | 336 | 110 | 63 |
| Binary | 101001 | 1011110 | 11011100 | 1010001 | 111001 | 0 | 1110 | 11011110 | 1001000 | 110011 |
Color Harmonies of #295EDC
Complementary color
Monochromatic Colors of #295EDC
Black with #295EDC
Text Example
Text Example
White with #295EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EDC; }
p { color: rgb(41,94,220); }
H1.HeaderClassName
{
color: #295EDC;
}
.AnyTagClassName
{
color: #295EDC;
}
</style>
background-color css
<style>
a { background-color: #295EDC; }
a { background-color: rgb(41,94,220); }
div.DivClassName
{
background-color: #295EDC;
}
.BgClassName
{
background-color: #295EDC;
}
</style>
border-color css
<style>
span { border-color: #295EDC; }
span { border-color: rgb(41,94,220); }
td.TdClassName
{
border-color: #295EDC;
}
.TagClassName
{
border-color: #295EDC;
}
</style>