Shades of Cerulean Blue #294EDB
Tints of Cerulean Blue #294EDB
RGB
CMYK
RGB Variations
Color information
#294EDB (or 0x294EDB) is known color: Cerulean Blue. HEX triplet: 29, 4E and DB. RGB value is (41,78,219). Sum of RGB (Red+Green+Blue) = 41+78+219=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #294EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EDB is #D6B124. Grayscale: #525252. Windows color (decimal): -14070053 or 14372393. OLE color: 14372393.
HSL color Cylindrical-coordinate representation of color #294EDB: hue angle of 227.53º 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 #294EDB is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 78 | 219 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.14 |
| HSL | 227.53º | 0.71% | 0.51% | - |
| HSV(B) | 227.53º | 0.81% | 0.86% | - |
| XYZ | 16.43 | 11.03 | 68.28 | - |
| YUV | 83.01 | 204.74 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 219 | 0.81 | 0.64 | 0 | 0.14 | 227.53 | 0.71 | 0.51 |
| Hex | 29 | 4E | DB | 51 | 40 | 0 | E | E4 | 47 | 33 |
| Octal | 51 | 116 | 333 | 121 | 100 | 0 | 16 | 344 | 107 | 63 |
| Binary | 101001 | 1001110 | 11011011 | 1010001 | 1000000 | 0 | 1110 | 11100100 | 1000111 | 110011 |
Color Harmonies of #294EDB
Complementary color
Monochromatic Colors of #294EDB
Black with #294EDB
Text Example
Text Example
White with #294EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EDB; }
p { color: rgb(41,78,219); }
H1.HeaderClassName
{
color: #294EDB;
}
.AnyTagClassName
{
color: #294EDB;
}
</style>
background-color css
<style>
a { background-color: #294EDB; }
a { background-color: rgb(41,78,219); }
div.DivClassName
{
background-color: #294EDB;
}
.BgClassName
{
background-color: #294EDB;
}
</style>
border-color css
<style>
span { border-color: #294EDB; }
span { border-color: rgb(41,78,219); }
td.TdClassName
{
border-color: #294EDB;
}
.TagClassName
{
border-color: #294EDB;
}
</style>