Shades of Cerulean Blue #294EDD
Tints of Cerulean Blue #294EDD
RGB
CMYK
RGB Variations
Color information
#294EDD (or 0x294EDD) is known color: Cerulean Blue. HEX triplet: 29, 4E and DD. RGB value is (41,78,221). Sum of RGB (Red+Green+Blue) = 41+78+221=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #294EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EDD is #D6B122. Grayscale: #525252. Windows color (decimal): -14070051 or 14503465. OLE color: 14503465.
HSL color Cylindrical-coordinate representation of color #294EDD: hue angle of 227.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294EDD is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 78 | 221 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.13 |
| HSL | 227.67º | 0.73% | 0.51% | - |
| HSV(B) | 227.67º | 0.81% | 0.87% | - |
| XYZ | 16.69 | 11.14 | 69.68 | - |
| YUV | 83.24 | 205.74 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 221 | 0.81 | 0.65 | 0 | 0.13 | 227.67 | 0.73 | 0.51 |
| Hex | 29 | 4E | DD | 51 | 41 | 0 | D | E4 | 49 | 33 |
| Octal | 51 | 116 | 335 | 121 | 101 | 0 | 15 | 344 | 111 | 63 |
| Binary | 101001 | 1001110 | 11011101 | 1010001 | 1000001 | 0 | 1101 | 11100100 | 1001001 | 110011 |
Color Harmonies of #294EDD
Complementary color
Monochromatic Colors of #294EDD
Black with #294EDD
Text Example
Text Example
White with #294EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EDD; }
p { color: rgb(41,78,221); }
H1.HeaderClassName
{
color: #294EDD;
}
.AnyTagClassName
{
color: #294EDD;
}
</style>
background-color css
<style>
a { background-color: #294EDD; }
a { background-color: rgb(41,78,221); }
div.DivClassName
{
background-color: #294EDD;
}
.BgClassName
{
background-color: #294EDD;
}
</style>
border-color css
<style>
span { border-color: #294EDD; }
span { border-color: rgb(41,78,221); }
td.TdClassName
{
border-color: #294EDD;
}
.TagClassName
{
border-color: #294EDD;
}
</style>