Shades of Cerulean Blue #295DBD
Tints of Cerulean Blue #295DBD
RGB
CMYK
RGB Variations
Color information
#295DBD (or 0x295DBD) is known color: Cerulean Blue. HEX triplet: 29, 5D and BD. RGB value is (41,93,189). Sum of RGB (Red+Green+Blue) = 41+93+189=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #295DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DBD is #D6A242. Grayscale: #575757. Windows color (decimal): -14066243 or 12410153. OLE color: 12410153.
HSL color Cylindrical-coordinate representation of color #295DBD: hue angle of 218.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295DBD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 93 | 189 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.26 |
| HSL | 218.92º | 0.64% | 0.45% | - |
| HSV(B) | 218.92º | 0.78% | 0.74% | - |
| XYZ | 14.01 | 11.97 | 49.72 | - |
| YUV | 88.4 | 184.77 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 189 | 0.78 | 0.51 | 0 | 0.26 | 218.92 | 0.64 | 0.45 |
| Hex | 29 | 5D | BD | 4E | 33 | 0 | 1A | DB | 40 | 2D |
| Octal | 51 | 135 | 275 | 116 | 63 | 0 | 32 | 333 | 100 | 55 |
| Binary | 101001 | 1011101 | 10111101 | 1001110 | 110011 | 0 | 11010 | 11011011 | 1000000 | 101101 |
Color Harmonies of #295DBD
Complementary color
Monochromatic Colors of #295DBD
Black with #295DBD
Text Example
Text Example
White with #295DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DBD; }
p { color: rgb(41,93,189); }
H1.HeaderClassName
{
color: #295DBD;
}
.AnyTagClassName
{
color: #295DBD;
}
</style>
background-color css
<style>
a { background-color: #295DBD; }
a { background-color: rgb(41,93,189); }
div.DivClassName
{
background-color: #295DBD;
}
.BgClassName
{
background-color: #295DBD;
}
</style>
border-color css
<style>
span { border-color: #295DBD; }
span { border-color: rgb(41,93,189); }
td.TdClassName
{
border-color: #295DBD;
}
.TagClassName
{
border-color: #295DBD;
}
</style>