Shades of Cerulean Blue #294ED5
Tints of Cerulean Blue #294ED5
RGB
CMYK
RGB Variations
Color information
#294ED5 (or 0x294ED5) is known color: Cerulean Blue. HEX triplet: 29, 4E and D5. RGB value is (41,78,213). Sum of RGB (Red+Green+Blue) = 41+78+213=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 213 (83.59% from 255 or 64.16% from 332); Max value from RGB is 213 - color contains mainly: blue. Hex color #294ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294ED5 is #D6B12A. Grayscale: #515151. Windows color (decimal): -14070059 or 13979177. OLE color: 13979177.
HSL color Cylindrical-coordinate representation of color #294ED5: hue angle of 227.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294ED5 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 78 | 213 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.16 |
| HSL | 227.09º | 0.68% | 0.5% | - |
| HSV(B) | 227.09º | 0.81% | 0.84% | - |
| XYZ | 15.65 | 10.72 | 64.2 | - |
| YUV | 82.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 213 | 0.81 | 0.63 | 0 | 0.16 | 227.09 | 0.68 | 0.5 |
| Hex | 29 | 4E | D5 | 51 | 3F | 0 | 10 | E3 | 44 | 32 |
| Octal | 51 | 116 | 325 | 121 | 77 | 0 | 20 | 343 | 104 | 62 |
| Binary | 101001 | 1001110 | 11010101 | 1010001 | 111111 | 0 | 10000 | 11100011 | 1000100 | 110010 |
Color Harmonies of #294ED5
Complementary color
Monochromatic Colors of #294ED5
Black with #294ED5
Text Example
Text Example
White with #294ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294ED5; }
p { color: rgb(41,78,213); }
H1.HeaderClassName
{
color: #294ED5;
}
.AnyTagClassName
{
color: #294ED5;
}
</style>
background-color css
<style>
a { background-color: #294ED5; }
a { background-color: rgb(41,78,213); }
div.DivClassName
{
background-color: #294ED5;
}
.BgClassName
{
background-color: #294ED5;
}
</style>
border-color css
<style>
span { border-color: #294ED5; }
span { border-color: rgb(41,78,213); }
td.TdClassName
{
border-color: #294ED5;
}
.TagClassName
{
border-color: #294ED5;
}
</style>