Shades of Royal Blue #295CDB
Tints of Royal Blue #295CDB
RGB
CMYK
RGB Variations
Color information
#295CDB (or 0x295CDB) is known color: Royal Blue. HEX triplet: 29, 5C and DB. RGB value is (41,92,219). Sum of RGB (Red+Green+Blue) = 41+92+219=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #295CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CDB is #D6A324. Grayscale: #5A5A5A. Windows color (decimal): -14066469 or 14375977. OLE color: 14375977.
HSL color Cylindrical-coordinate representation of color #295CDB: hue angle of 222.81º degrees, saturation: 0.71, 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 #295CDB is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 92 | 219 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.14 |
| HSL | 222.81º | 0.71% | 0.51% | - |
| HSV(B) | 222.81º | 0.81% | 0.86% | - |
| XYZ | 17.53 | 13.24 | 68.65 | - |
| YUV | 91.23 | 200.1 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 219 | 0.81 | 0.58 | 0 | 0.14 | 222.81 | 0.71 | 0.51 |
| Hex | 29 | 5C | DB | 51 | 3A | 0 | E | DF | 47 | 33 |
| Octal | 51 | 134 | 333 | 121 | 72 | 0 | 16 | 337 | 107 | 63 |
| Binary | 101001 | 1011100 | 11011011 | 1010001 | 111010 | 0 | 1110 | 11011111 | 1000111 | 110011 |
Color Harmonies of #295CDB
Complementary color
Monochromatic Colors of #295CDB
Black with #295CDB
Text Example
Text Example
White with #295CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CDB; }
p { color: rgb(41,92,219); }
H1.HeaderClassName
{
color: #295CDB;
}
.AnyTagClassName
{
color: #295CDB;
}
</style>
background-color css
<style>
a { background-color: #295CDB; }
a { background-color: rgb(41,92,219); }
div.DivClassName
{
background-color: #295CDB;
}
.BgClassName
{
background-color: #295CDB;
}
</style>
border-color css
<style>
span { border-color: #295CDB; }
span { border-color: rgb(41,92,219); }
td.TdClassName
{
border-color: #295CDB;
}
.TagClassName
{
border-color: #295CDB;
}
</style>