Shades of Cerulean Blue #294AD6
Tints of Cerulean Blue #294AD6
RGB
CMYK
RGB Variations
Color information
#294AD6 (or 0x294AD6) is known color: Cerulean Blue. HEX triplet: 29, 4A and D6. RGB value is (41,74,214). Sum of RGB (Red+Green+Blue) = 41+74+214=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #294AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294AD6 is #D6B529. Grayscale: #4F4F4F. Windows color (decimal): -14071082 or 14043689. OLE color: 14043689.
HSL color Cylindrical-coordinate representation of color #294AD6: hue angle of 228.55º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294AD6 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 74 | 214 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.16 |
| HSL | 228.55º | 0.68% | 0.5% | - |
| HSV(B) | 228.55º | 0.81% | 0.84% | - |
| XYZ | 15.5 | 10.22 | 64.77 | - |
| YUV | 80.09 | 203.57 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 214 | 0.81 | 0.65 | 0 | 0.16 | 228.55 | 0.68 | 0.5 |
| Hex | 29 | 4A | D6 | 51 | 41 | 0 | 10 | E5 | 44 | 32 |
| Octal | 51 | 112 | 326 | 121 | 101 | 0 | 20 | 345 | 104 | 62 |
| Binary | 101001 | 1001010 | 11010110 | 1010001 | 1000001 | 0 | 10000 | 11100101 | 1000100 | 110010 |
Color Harmonies of #294AD6
Complementary color
Monochromatic Colors of #294AD6
Black with #294AD6
Text Example
Text Example
White with #294AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AD6; }
p { color: rgb(41,74,214); }
H1.HeaderClassName
{
color: #294AD6;
}
.AnyTagClassName
{
color: #294AD6;
}
</style>
background-color css
<style>
a { background-color: #294AD6; }
a { background-color: rgb(41,74,214); }
div.DivClassName
{
background-color: #294AD6;
}
.BgClassName
{
background-color: #294AD6;
}
</style>
border-color css
<style>
span { border-color: #294AD6; }
span { border-color: rgb(41,74,214); }
td.TdClassName
{
border-color: #294AD6;
}
.TagClassName
{
border-color: #294AD6;
}
</style>