Shades of Cerulean Blue #295DBB
Tints of Cerulean Blue #295DBB
RGB
CMYK
RGB Variations
Color information
#295DBB (or 0x295DBB) is known color: Cerulean Blue. HEX triplet: 29, 5D and BB. RGB value is (41,93,187). Sum of RGB (Red+Green+Blue) = 41+93+187=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #295DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DBB is #D6A244. Grayscale: #575757. Windows color (decimal): -14066245 or 12279081. OLE color: 12279081.
HSL color Cylindrical-coordinate representation of color #295DBB: hue angle of 218.63º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295DBB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 93 | 187 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.27 |
| HSL | 218.63º | 0.64% | 0.45% | - |
| HSV(B) | 218.63º | 0.78% | 0.73% | - |
| XYZ | 13.8 | 11.89 | 48.58 | - |
| YUV | 88.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 187 | 0.78 | 0.50 | 0 | 0.27 | 218.63 | 0.64 | 0.45 |
| Hex | 29 | 5D | BB | 4E | 32 | 0 | 1B | DB | 40 | 2D |
| Octal | 51 | 135 | 273 | 116 | 62 | 0 | 33 | 333 | 100 | 55 |
| Binary | 101001 | 1011101 | 10111011 | 1001110 | 110010 | 0 | 11011 | 11011011 | 1000000 | 101101 |
Color Harmonies of #295DBB
Complementary color
Monochromatic Colors of #295DBB
Black with #295DBB
Text Example
Text Example
White with #295DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DBB; }
p { color: rgb(41,93,187); }
H1.HeaderClassName
{
color: #295DBB;
}
.AnyTagClassName
{
color: #295DBB;
}
</style>
background-color css
<style>
a { background-color: #295DBB; }
a { background-color: rgb(41,93,187); }
div.DivClassName
{
background-color: #295DBB;
}
.BgClassName
{
background-color: #295DBB;
}
</style>
border-color css
<style>
span { border-color: #295DBB; }
span { border-color: rgb(41,93,187); }
td.TdClassName
{
border-color: #295DBB;
}
.TagClassName
{
border-color: #295DBB;
}
</style>