Shades of Cerulean Blue #294CDC
Tints of Cerulean Blue #294CDC
RGB
CMYK
RGB Variations
Color information
#294CDC (or 0x294CDC) is known color: Cerulean Blue. HEX triplet: 29, 4C and DC. RGB value is (41,76,220). Sum of RGB (Red+Green+Blue) = 41+76+220=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #294CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CDC is #D6B323. Grayscale: #515151. Windows color (decimal): -14070564 or 14437417. OLE color: 14437417.
HSL color Cylindrical-coordinate representation of color #294CDC: hue angle of 228.27º degrees, saturation: 0.72, 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 #294CDC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 76 | 220 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.14 |
| HSL | 228.27º | 0.72% | 0.51% | - |
| HSV(B) | 228.27º | 0.81% | 0.86% | - |
| XYZ | 16.42 | 10.81 | 68.93 | - |
| YUV | 81.95 | 205.9 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 220 | 0.81 | 0.65 | 0 | 0.14 | 228.27 | 0.72 | 0.51 |
| Hex | 29 | 4C | DC | 51 | 41 | 0 | E | E4 | 48 | 33 |
| Octal | 51 | 114 | 334 | 121 | 101 | 0 | 16 | 344 | 110 | 63 |
| Binary | 101001 | 1001100 | 11011100 | 1010001 | 1000001 | 0 | 1110 | 11100100 | 1001000 | 110011 |
Color Harmonies of #294CDC
Complementary color
Monochromatic Colors of #294CDC
Black with #294CDC
Text Example
Text Example
White with #294CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CDC; }
p { color: rgb(41,76,220); }
H1.HeaderClassName
{
color: #294CDC;
}
.AnyTagClassName
{
color: #294CDC;
}
</style>
background-color css
<style>
a { background-color: #294CDC; }
a { background-color: rgb(41,76,220); }
div.DivClassName
{
background-color: #294CDC;
}
.BgClassName
{
background-color: #294CDC;
}
</style>
border-color css
<style>
span { border-color: #294CDC; }
span { border-color: rgb(41,76,220); }
td.TdClassName
{
border-color: #294CDC;
}
.TagClassName
{
border-color: #294CDC;
}
</style>