Shades of Cerulean Blue #294DD5
Tints of Cerulean Blue #294DD5
RGB
CMYK
RGB Variations
Color information
#294DD5 (or 0x294DD5) is known color: Cerulean Blue. HEX triplet: 29, 4D and D5. RGB value is (41,77,213). Sum of RGB (Red+Green+Blue) = 41+77+213=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 213 (83.59% from 255 or 64.35% from 331); Max value from RGB is 213 - color contains mainly: blue. Hex color #294DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DD5 is #D6B22A. Grayscale: #515151. Windows color (decimal): -14070315 or 13978921. OLE color: 13978921.
HSL color Cylindrical-coordinate representation of color #294DD5: hue angle of 227.44º 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 #294DD5 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 77 | 213 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.16 |
| HSL | 227.44º | 0.68% | 0.5% | - |
| HSV(B) | 227.44º | 0.81% | 0.84% | - |
| XYZ | 15.58 | 10.58 | 64.17 | - |
| YUV | 81.74 | 202.07 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 213 | 0.81 | 0.64 | 0 | 0.16 | 227.44 | 0.68 | 0.5 |
| Hex | 29 | 4D | D5 | 51 | 40 | 0 | 10 | E3 | 44 | 32 |
| Octal | 51 | 115 | 325 | 121 | 100 | 0 | 20 | 343 | 104 | 62 |
| Binary | 101001 | 1001101 | 11010101 | 1010001 | 1000000 | 0 | 10000 | 11100011 | 1000100 | 110010 |
Color Harmonies of #294DD5
Complementary color
Monochromatic Colors of #294DD5
Black with #294DD5
Text Example
Text Example
White with #294DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DD5; }
p { color: rgb(41,77,213); }
H1.HeaderClassName
{
color: #294DD5;
}
.AnyTagClassName
{
color: #294DD5;
}
</style>
background-color css
<style>
a { background-color: #294DD5; }
a { background-color: rgb(41,77,213); }
div.DivClassName
{
background-color: #294DD5;
}
.BgClassName
{
background-color: #294DD5;
}
</style>
border-color css
<style>
span { border-color: #294DD5; }
span { border-color: rgb(41,77,213); }
td.TdClassName
{
border-color: #294DD5;
}
.TagClassName
{
border-color: #294DD5;
}
</style>