Shades of Cerulean Blue #294DDF
Tints of Cerulean Blue #294DDF
RGB
CMYK
RGB Variations
Color information
#294DDF (or 0x294DDF) is known color: Cerulean Blue. HEX triplet: 29, 4D and DF. RGB value is (41,77,223). Sum of RGB (Red+Green+Blue) = 41+77+223=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #294DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DDF is #D6B220. Grayscale: #525252. Windows color (decimal): -14070305 or 14634281. OLE color: 14634281.
HSL color Cylindrical-coordinate representation of color #294DDF: hue angle of 228.13º degrees, saturation: 0.74, 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 #294DDF is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 77 | 223 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.13 |
| HSL | 228.13º | 0.74% | 0.52% | - |
| HSV(B) | 228.13º | 0.82% | 0.87% | - |
| XYZ | 16.89 | 11.11 | 71.07 | - |
| YUV | 82.88 | 207.07 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 223 | 0.82 | 0.65 | 0 | 0.13 | 228.13 | 0.74 | 0.52 |
| Hex | 29 | 4D | DF | 52 | 41 | 0 | D | E4 | 4A | 34 |
| Octal | 51 | 115 | 337 | 122 | 101 | 0 | 15 | 344 | 112 | 64 |
| Binary | 101001 | 1001101 | 11011111 | 1010010 | 1000001 | 0 | 1101 | 11100100 | 1001010 | 110100 |
Color Harmonies of #294DDF
Complementary color
Monochromatic Colors of #294DDF
Black with #294DDF
Text Example
Text Example
White with #294DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DDF; }
p { color: rgb(41,77,223); }
H1.HeaderClassName
{
color: #294DDF;
}
.AnyTagClassName
{
color: #294DDF;
}
</style>
background-color css
<style>
a { background-color: #294DDF; }
a { background-color: rgb(41,77,223); }
div.DivClassName
{
background-color: #294DDF;
}
.BgClassName
{
background-color: #294DDF;
}
</style>
border-color css
<style>
span { border-color: #294DDF; }
span { border-color: rgb(41,77,223); }
td.TdClassName
{
border-color: #294DDF;
}
.TagClassName
{
border-color: #294DDF;
}
</style>