Shades of Cerulean Blue #294ED8
Tints of Cerulean Blue #294ED8
RGB
CMYK
RGB Variations
Color information
#294ED8 (or 0x294ED8) is known color: Cerulean Blue. HEX triplet: 29, 4E and D8. RGB value is (41,78,216). Sum of RGB (Red+Green+Blue) = 41+78+216=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 216 (84.77% from 255 or 64.48% from 335); Max value from RGB is 216 - color contains mainly: blue. Hex color #294ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294ED8 is #D6B127. Grayscale: #525252. Windows color (decimal): -14070056 or 14175785. OLE color: 14175785.
HSL color Cylindrical-coordinate representation of color #294ED8: hue angle of 227.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294ED8 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 78 | 216 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.15 |
| HSL | 227.31º | 0.69% | 0.5% | - |
| HSV(B) | 227.31º | 0.81% | 0.85% | - |
| XYZ | 16.03 | 10.88 | 66.22 | - |
| YUV | 82.67 | 203.24 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 216 | 0.81 | 0.64 | 0 | 0.15 | 227.31 | 0.69 | 0.5 |
| Hex | 29 | 4E | D8 | 51 | 40 | 0 | F | E3 | 45 | 32 |
| Octal | 51 | 116 | 330 | 121 | 100 | 0 | 17 | 343 | 105 | 62 |
| Binary | 101001 | 1001110 | 11011000 | 1010001 | 1000000 | 0 | 1111 | 11100011 | 1000101 | 110010 |
Color Harmonies of #294ED8
Complementary color
Monochromatic Colors of #294ED8
Black with #294ED8
Text Example
Text Example
White with #294ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294ED8; }
p { color: rgb(41,78,216); }
H1.HeaderClassName
{
color: #294ED8;
}
.AnyTagClassName
{
color: #294ED8;
}
</style>
background-color css
<style>
a { background-color: #294ED8; }
a { background-color: rgb(41,78,216); }
div.DivClassName
{
background-color: #294ED8;
}
.BgClassName
{
background-color: #294ED8;
}
</style>
border-color css
<style>
span { border-color: #294ED8; }
span { border-color: rgb(41,78,216); }
td.TdClassName
{
border-color: #294ED8;
}
.TagClassName
{
border-color: #294ED8;
}
</style>