Shades of Cerulean Blue #294FDB
Tints of Cerulean Blue #294FDB
RGB
CMYK
RGB Variations
Color information
#294FDB (or 0x294FDB) is known color: Cerulean Blue. HEX triplet: 29, 4F and DB. RGB value is (41,79,219). Sum of RGB (Red+Green+Blue) = 41+79+219=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #294FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FDB is #D6B024. Grayscale: #535353. Windows color (decimal): -14069797 or 14372649. OLE color: 14372649.
HSL color Cylindrical-coordinate representation of color #294FDB: hue angle of 227.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294FDB is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 79 | 219 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.14 |
| HSL | 227.19º | 0.71% | 0.51% | - |
| HSV(B) | 227.19º | 0.81% | 0.86% | - |
| XYZ | 16.5 | 11.18 | 68.31 | - |
| YUV | 83.6 | 204.41 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 219 | 0.81 | 0.64 | 0 | 0.14 | 227.19 | 0.71 | 0.51 |
| Hex | 29 | 4F | DB | 51 | 40 | 0 | E | E3 | 47 | 33 |
| Octal | 51 | 117 | 333 | 121 | 100 | 0 | 16 | 343 | 107 | 63 |
| Binary | 101001 | 1001111 | 11011011 | 1010001 | 1000000 | 0 | 1110 | 11100011 | 1000111 | 110011 |
Color Harmonies of #294FDB
Complementary color
Monochromatic Colors of #294FDB
Black with #294FDB
Text Example
Text Example
White with #294FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FDB; }
p { color: rgb(41,79,219); }
H1.HeaderClassName
{
color: #294FDB;
}
.AnyTagClassName
{
color: #294FDB;
}
</style>
background-color css
<style>
a { background-color: #294FDB; }
a { background-color: rgb(41,79,219); }
div.DivClassName
{
background-color: #294FDB;
}
.BgClassName
{
background-color: #294FDB;
}
</style>
border-color css
<style>
span { border-color: #294FDB; }
span { border-color: rgb(41,79,219); }
td.TdClassName
{
border-color: #294FDB;
}
.TagClassName
{
border-color: #294FDB;
}
</style>