Shades of Cerulean Blue #294BDB
Tints of Cerulean Blue #294BDB
RGB
CMYK
RGB Variations
Color information
#294BDB (or 0x294BDB) is known color: Cerulean Blue. HEX triplet: 29, 4B and DB. RGB value is (41,75,219). Sum of RGB (Red+Green+Blue) = 41+75+219=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #294BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BDB is #D6B424. Grayscale: #505050. Windows color (decimal): -14070821 or 14371625. OLE color: 14371625.
HSL color Cylindrical-coordinate representation of color #294BDB: hue angle of 228.54º 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 #294BDB is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 75 | 219 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.14 |
| HSL | 228.54º | 0.71% | 0.51% | - |
| HSV(B) | 228.54º | 0.81% | 0.86% | - |
| XYZ | 16.22 | 10.62 | 68.21 | - |
| YUV | 81.25 | 205.74 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 219 | 0.81 | 0.66 | 0 | 0.14 | 228.54 | 0.71 | 0.51 |
| Hex | 29 | 4B | DB | 51 | 42 | 0 | E | E5 | 47 | 33 |
| Octal | 51 | 113 | 333 | 121 | 102 | 0 | 16 | 345 | 107 | 63 |
| Binary | 101001 | 1001011 | 11011011 | 1010001 | 1000010 | 0 | 1110 | 11100101 | 1000111 | 110011 |
Color Harmonies of #294BDB
Complementary color
Monochromatic Colors of #294BDB
Black with #294BDB
Text Example
Text Example
White with #294BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BDB; }
p { color: rgb(41,75,219); }
H1.HeaderClassName
{
color: #294BDB;
}
.AnyTagClassName
{
color: #294BDB;
}
</style>
background-color css
<style>
a { background-color: #294BDB; }
a { background-color: rgb(41,75,219); }
div.DivClassName
{
background-color: #294BDB;
}
.BgClassName
{
background-color: #294BDB;
}
</style>
border-color css
<style>
span { border-color: #294BDB; }
span { border-color: rgb(41,75,219); }
td.TdClassName
{
border-color: #294BDB;
}
.TagClassName
{
border-color: #294BDB;
}
</style>