Shades of Royal Blue #295FDD
Tints of Royal Blue #295FDD
RGB
CMYK
RGB Variations
Color information
#295FDD (or 0x295FDD) is known color: Royal Blue. HEX triplet: 29, 5F and DD. RGB value is (41,95,221). Sum of RGB (Red+Green+Blue) = 41+95+221=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #295FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FDD is #D6A022. Grayscale: #5C5C5C. Windows color (decimal): -14065699 or 14507817. OLE color: 14507817.
HSL color Cylindrical-coordinate representation of color #295FDD: hue angle of 222º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295FDD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 95 | 221 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.13 |
| HSL | 222º | 0.73% | 0.51% | - |
| HSV(B) | 222º | 0.81% | 0.87% | - |
| XYZ | 18.06 | 13.88 | 70.13 | - |
| YUV | 93.22 | 200.11 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 221 | 0.81 | 0.57 | 0 | 0.13 | 222 | 0.73 | 0.51 |
| Hex | 29 | 5F | DD | 51 | 39 | 0 | D | DE | 49 | 33 |
| Octal | 51 | 137 | 335 | 121 | 71 | 0 | 15 | 336 | 111 | 63 |
| Binary | 101001 | 1011111 | 11011101 | 1010001 | 111001 | 0 | 1101 | 11011110 | 1001001 | 110011 |
Color Harmonies of #295FDD
Complementary color
Monochromatic Colors of #295FDD
Black with #295FDD
Text Example
Text Example
White with #295FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FDD; }
p { color: rgb(41,95,221); }
H1.HeaderClassName
{
color: #295FDD;
}
.AnyTagClassName
{
color: #295FDD;
}
</style>
background-color css
<style>
a { background-color: #295FDD; }
a { background-color: rgb(41,95,221); }
div.DivClassName
{
background-color: #295FDD;
}
.BgClassName
{
background-color: #295FDD;
}
</style>
border-color css
<style>
span { border-color: #295FDD; }
span { border-color: rgb(41,95,221); }
td.TdClassName
{
border-color: #295FDD;
}
.TagClassName
{
border-color: #295FDD;
}
</style>