Shades of Cerulean Blue #294EDC
Tints of Cerulean Blue #294EDC
RGB
CMYK
RGB Variations
Color information
#294EDC (or 0x294EDC) is known color: Cerulean Blue. HEX triplet: 29, 4E and DC. RGB value is (41,78,220). Sum of RGB (Red+Green+Blue) = 41+78+220=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #294EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EDC is #D6B123. Grayscale: #525252. Windows color (decimal): -14070052 or 14437929. OLE color: 14437929.
HSL color Cylindrical-coordinate representation of color #294EDC: hue angle of 227.6º degrees, saturation: 0.72, 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 #294EDC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 78 | 220 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.14 |
| HSL | 227.6º | 0.72% | 0.51% | - |
| HSV(B) | 227.6º | 0.81% | 0.86% | - |
| XYZ | 16.56 | 11.09 | 68.98 | - |
| YUV | 83.13 | 205.24 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 220 | 0.81 | 0.65 | 0 | 0.14 | 227.6 | 0.72 | 0.51 |
| Hex | 29 | 4E | DC | 51 | 41 | 0 | E | E4 | 48 | 33 |
| Octal | 51 | 116 | 334 | 121 | 101 | 0 | 16 | 344 | 110 | 63 |
| Binary | 101001 | 1001110 | 11011100 | 1010001 | 1000001 | 0 | 1110 | 11100100 | 1001000 | 110011 |
Color Harmonies of #294EDC
Complementary color
Monochromatic Colors of #294EDC
Black with #294EDC
Text Example
Text Example
White with #294EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EDC; }
p { color: rgb(41,78,220); }
H1.HeaderClassName
{
color: #294EDC;
}
.AnyTagClassName
{
color: #294EDC;
}
</style>
background-color css
<style>
a { background-color: #294EDC; }
a { background-color: rgb(41,78,220); }
div.DivClassName
{
background-color: #294EDC;
}
.BgClassName
{
background-color: #294EDC;
}
</style>
border-color css
<style>
span { border-color: #294EDC; }
span { border-color: rgb(41,78,220); }
td.TdClassName
{
border-color: #294EDC;
}
.TagClassName
{
border-color: #294EDC;
}
</style>