Shades of Cerulean Blue #294DDE
Tints of Cerulean Blue #294DDE
RGB
CMYK
RGB Variations
Color information
#294DDE (or 0x294DDE) is known color: Cerulean Blue. HEX triplet: 29, 4D and DE. RGB value is (41,77,222). Sum of RGB (Red+Green+Blue) = 41+77+222=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #294DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DDE is #D6B221. Grayscale: #525252. Windows color (decimal): -14070306 or 14568745. OLE color: 14568745.
HSL color Cylindrical-coordinate representation of color #294DDE: hue angle of 228.07º 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 #294DDE is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 77 | 222 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.13 |
| HSL | 228.07º | 0.73% | 0.52% | - |
| HSV(B) | 228.07º | 0.82% | 0.87% | - |
| XYZ | 16.75 | 11.05 | 70.36 | - |
| YUV | 82.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 222 | 0.82 | 0.65 | 0 | 0.13 | 228.07 | 0.73 | 0.52 |
| Hex | 29 | 4D | DE | 52 | 41 | 0 | D | E4 | 49 | 34 |
| Octal | 51 | 115 | 336 | 122 | 101 | 0 | 15 | 344 | 111 | 64 |
| Binary | 101001 | 1001101 | 11011110 | 1010010 | 1000001 | 0 | 1101 | 11100100 | 1001001 | 110100 |
Color Harmonies of #294DDE
Complementary color
Monochromatic Colors of #294DDE
Black with #294DDE
Text Example
Text Example
White with #294DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DDE; }
p { color: rgb(41,77,222); }
H1.HeaderClassName
{
color: #294DDE;
}
.AnyTagClassName
{
color: #294DDE;
}
</style>
background-color css
<style>
a { background-color: #294DDE; }
a { background-color: rgb(41,77,222); }
div.DivClassName
{
background-color: #294DDE;
}
.BgClassName
{
background-color: #294DDE;
}
</style>
border-color css
<style>
span { border-color: #294DDE; }
span { border-color: rgb(41,77,222); }
td.TdClassName
{
border-color: #294DDE;
}
.TagClassName
{
border-color: #294DDE;
}
</style>