Shades of Cerulean Blue #294EDE
Tints of Cerulean Blue #294EDE
RGB
CMYK
RGB Variations
Color information
#294EDE (or 0x294EDE) is known color: Cerulean Blue. HEX triplet: 29, 4E and DE. RGB value is (41,78,222). Sum of RGB (Red+Green+Blue) = 41+78+222=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #294EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EDE is #D6B121. Grayscale: #525252. Windows color (decimal): -14070050 or 14569001. OLE color: 14569001.
HSL color Cylindrical-coordinate representation of color #294EDE: hue angle of 227.73º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294EDE is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 78 | 222 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.13 |
| HSL | 227.73º | 0.73% | 0.52% | - |
| HSV(B) | 227.73º | 0.82% | 0.87% | - |
| XYZ | 16.82 | 11.19 | 70.38 | - |
| YUV | 83.35 | 206.24 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 222 | 0.82 | 0.65 | 0 | 0.13 | 227.73 | 0.73 | 0.52 |
| Hex | 29 | 4E | DE | 52 | 41 | 0 | D | E4 | 49 | 34 |
| Octal | 51 | 116 | 336 | 122 | 101 | 0 | 15 | 344 | 111 | 64 |
| Binary | 101001 | 1001110 | 11011110 | 1010010 | 1000001 | 0 | 1101 | 11100100 | 1001001 | 110100 |
Color Harmonies of #294EDE
Complementary color
Monochromatic Colors of #294EDE
Black with #294EDE
Text Example
Text Example
White with #294EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EDE; }
p { color: rgb(41,78,222); }
H1.HeaderClassName
{
color: #294EDE;
}
.AnyTagClassName
{
color: #294EDE;
}
</style>
background-color css
<style>
a { background-color: #294EDE; }
a { background-color: rgb(41,78,222); }
div.DivClassName
{
background-color: #294EDE;
}
.BgClassName
{
background-color: #294EDE;
}
</style>
border-color css
<style>
span { border-color: #294EDE; }
span { border-color: rgb(41,78,222); }
td.TdClassName
{
border-color: #294EDE;
}
.TagClassName
{
border-color: #294EDE;
}
</style>