Shades of Cerulean Blue #294DDA
Tints of Cerulean Blue #294DDA
RGB
CMYK
RGB Variations
Color information
#294DDA (or 0x294DDA) is known color: Cerulean Blue. HEX triplet: 29, 4D and DA. RGB value is (41,77,218). Sum of RGB (Red+Green+Blue) = 41+77+218=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #294DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DDA is #D6B225. Grayscale: #515151. Windows color (decimal): -14070310 or 14306601. OLE color: 14306601.
HSL color Cylindrical-coordinate representation of color #294DDA: hue angle of 227.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294DDA is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 77 | 218 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.15 |
| HSL | 227.8º | 0.71% | 0.51% | - |
| HSV(B) | 227.8º | 0.81% | 0.85% | - |
| XYZ | 16.22 | 10.84 | 67.57 | - |
| YUV | 82.31 | 204.57 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 218 | 0.81 | 0.65 | 0 | 0.15 | 227.8 | 0.71 | 0.51 |
| Hex | 29 | 4D | DA | 51 | 41 | 0 | F | E4 | 47 | 33 |
| Octal | 51 | 115 | 332 | 121 | 101 | 0 | 17 | 344 | 107 | 63 |
| Binary | 101001 | 1001101 | 11011010 | 1010001 | 1000001 | 0 | 1111 | 11100100 | 1000111 | 110011 |
Color Harmonies of #294DDA
Complementary color
Monochromatic Colors of #294DDA
Black with #294DDA
Text Example
Text Example
White with #294DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DDA; }
p { color: rgb(41,77,218); }
H1.HeaderClassName
{
color: #294DDA;
}
.AnyTagClassName
{
color: #294DDA;
}
</style>
background-color css
<style>
a { background-color: #294DDA; }
a { background-color: rgb(41,77,218); }
div.DivClassName
{
background-color: #294DDA;
}
.BgClassName
{
background-color: #294DDA;
}
</style>
border-color css
<style>
span { border-color: #294DDA; }
span { border-color: rgb(41,77,218); }
td.TdClassName
{
border-color: #294DDA;
}
.TagClassName
{
border-color: #294DDA;
}
</style>