Shades of Cerulean Blue #294DD4
Tints of Cerulean Blue #294DD4
RGB
CMYK
RGB Variations
Color information
#294DD4 (or 0x294DD4) is known color: Cerulean Blue. HEX triplet: 29, 4D and D4. RGB value is (41,77,212). Sum of RGB (Red+Green+Blue) = 41+77+212=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 212 (83.20% from 255 or 64.24% from 330); Max value from RGB is 212 - color contains mainly: blue. Hex color #294DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DD4 is #D6B22B. Grayscale: #515151. Windows color (decimal): -14070316 or 13913385. OLE color: 13913385.
HSL color Cylindrical-coordinate representation of color #294DD4: hue angle of 227.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294DD4 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 77 | 212 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.17 |
| HSL | 227.37º | 0.68% | 0.5% | - |
| HSV(B) | 227.37º | 0.81% | 0.83% | - |
| XYZ | 15.45 | 10.53 | 63.51 | - |
| YUV | 81.63 | 201.57 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 212 | 0.81 | 0.64 | 0 | 0.17 | 227.37 | 0.68 | 0.5 |
| Hex | 29 | 4D | D4 | 51 | 40 | 0 | 11 | E3 | 44 | 32 |
| Octal | 51 | 115 | 324 | 121 | 100 | 0 | 21 | 343 | 104 | 62 |
| Binary | 101001 | 1001101 | 11010100 | 1010001 | 1000000 | 0 | 10001 | 11100011 | 1000100 | 110010 |
Color Harmonies of #294DD4
Complementary color
Monochromatic Colors of #294DD4
Black with #294DD4
Text Example
Text Example
White with #294DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DD4; }
p { color: rgb(41,77,212); }
H1.HeaderClassName
{
color: #294DD4;
}
.AnyTagClassName
{
color: #294DD4;
}
</style>
background-color css
<style>
a { background-color: #294DD4; }
a { background-color: rgb(41,77,212); }
div.DivClassName
{
background-color: #294DD4;
}
.BgClassName
{
background-color: #294DD4;
}
</style>
border-color css
<style>
span { border-color: #294DD4; }
span { border-color: rgb(41,77,212); }
td.TdClassName
{
border-color: #294DD4;
}
.TagClassName
{
border-color: #294DD4;
}
</style>