Shades of Royal Blue #295DDA
Tints of Royal Blue #295DDA
RGB
CMYK
RGB Variations
Color information
#295DDA (or 0x295DDA) is known color: Royal Blue. HEX triplet: 29, 5D and DA. RGB value is (41,93,218). Sum of RGB (Red+Green+Blue) = 41+93+218=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #295DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DDA is #D6A225. Grayscale: #5B5B5B. Windows color (decimal): -14066214 or 14310697. OLE color: 14310697.
HSL color Cylindrical-coordinate representation of color #295DDA: hue angle of 222.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295DDA is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 93 | 218 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.15 |
| HSL | 222.37º | 0.71% | 0.51% | - |
| HSV(B) | 222.37º | 0.81% | 0.85% | - |
| XYZ | 17.48 | 13.36 | 67.99 | - |
| YUV | 91.7 | 199.27 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 218 | 0.81 | 0.57 | 0 | 0.15 | 222.37 | 0.71 | 0.51 |
| Hex | 29 | 5D | DA | 51 | 39 | 0 | F | DE | 47 | 33 |
| Octal | 51 | 135 | 332 | 121 | 71 | 0 | 17 | 336 | 107 | 63 |
| Binary | 101001 | 1011101 | 11011010 | 1010001 | 111001 | 0 | 1111 | 11011110 | 1000111 | 110011 |
Color Harmonies of #295DDA
Complementary color
Monochromatic Colors of #295DDA
Black with #295DDA
Text Example
Text Example
White with #295DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DDA; }
p { color: rgb(41,93,218); }
H1.HeaderClassName
{
color: #295DDA;
}
.AnyTagClassName
{
color: #295DDA;
}
</style>
background-color css
<style>
a { background-color: #295DDA; }
a { background-color: rgb(41,93,218); }
div.DivClassName
{
background-color: #295DDA;
}
.BgClassName
{
background-color: #295DDA;
}
</style>
border-color css
<style>
span { border-color: #295DDA; }
span { border-color: rgb(41,93,218); }
td.TdClassName
{
border-color: #295DDA;
}
.TagClassName
{
border-color: #295DDA;
}
</style>