Shades of Cerulean Blue #294CD5
Tints of Cerulean Blue #294CD5
RGB
CMYK
RGB Variations
Color information
#294CD5 (or 0x294CD5) is known color: Cerulean Blue. HEX triplet: 29, 4C and D5. RGB value is (41,76,213). Sum of RGB (Red+Green+Blue) = 41+76+213=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #294CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CD5 is #D6B32A. Grayscale: #505050. Windows color (decimal): -14070571 or 13978665. OLE color: 13978665.
HSL color Cylindrical-coordinate representation of color #294CD5: hue angle of 227.79º 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 #294CD5 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 76 | 213 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.16 |
| HSL | 227.79º | 0.68% | 0.5% | - |
| HSV(B) | 227.79º | 0.81% | 0.84% | - |
| XYZ | 15.51 | 10.44 | 64.15 | - |
| YUV | 81.15 | 202.4 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 213 | 0.81 | 0.64 | 0 | 0.16 | 227.79 | 0.68 | 0.5 |
| Hex | 29 | 4C | D5 | 51 | 40 | 0 | 10 | E4 | 44 | 32 |
| Octal | 51 | 114 | 325 | 121 | 100 | 0 | 20 | 344 | 104 | 62 |
| Binary | 101001 | 1001100 | 11010101 | 1010001 | 1000000 | 0 | 10000 | 11100100 | 1000100 | 110010 |
Color Harmonies of #294CD5
Complementary color
Monochromatic Colors of #294CD5
Black with #294CD5
Text Example
Text Example
White with #294CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CD5; }
p { color: rgb(41,76,213); }
H1.HeaderClassName
{
color: #294CD5;
}
.AnyTagClassName
{
color: #294CD5;
}
</style>
background-color css
<style>
a { background-color: #294CD5; }
a { background-color: rgb(41,76,213); }
div.DivClassName
{
background-color: #294CD5;
}
.BgClassName
{
background-color: #294CD5;
}
</style>
border-color css
<style>
span { border-color: #294CD5; }
span { border-color: rgb(41,76,213); }
td.TdClassName
{
border-color: #294CD5;
}
.TagClassName
{
border-color: #294CD5;
}
</style>