Shades of Cerulean Blue #294CDF
Tints of Cerulean Blue #294CDF
RGB
CMYK
RGB Variations
Color information
#294CDF (or 0x294CDF) is known color: Cerulean Blue. HEX triplet: 29, 4C and DF. RGB value is (41,76,223). Sum of RGB (Red+Green+Blue) = 41+76+223=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #294CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CDF is #D6B320. Grayscale: #515151. Windows color (decimal): -14070561 or 14634025. OLE color: 14634025.
HSL color Cylindrical-coordinate representation of color #294CDF: hue angle of 228.46º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294CDF is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 76 | 223 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.13 |
| HSL | 228.46º | 0.74% | 0.52% | - |
| HSV(B) | 228.46º | 0.82% | 0.87% | - |
| XYZ | 16.82 | 10.97 | 71.04 | - |
| YUV | 82.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 223 | 0.82 | 0.66 | 0 | 0.13 | 228.46 | 0.74 | 0.52 |
| Hex | 29 | 4C | DF | 52 | 42 | 0 | D | E4 | 4A | 34 |
| Octal | 51 | 114 | 337 | 122 | 102 | 0 | 15 | 344 | 112 | 64 |
| Binary | 101001 | 1001100 | 11011111 | 1010010 | 1000010 | 0 | 1101 | 11100100 | 1001010 | 110100 |
Color Harmonies of #294CDF
Complementary color
Monochromatic Colors of #294CDF
Black with #294CDF
Text Example
Text Example
White with #294CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CDF; }
p { color: rgb(41,76,223); }
H1.HeaderClassName
{
color: #294CDF;
}
.AnyTagClassName
{
color: #294CDF;
}
</style>
background-color css
<style>
a { background-color: #294CDF; }
a { background-color: rgb(41,76,223); }
div.DivClassName
{
background-color: #294CDF;
}
.BgClassName
{
background-color: #294CDF;
}
</style>
border-color css
<style>
span { border-color: #294CDF; }
span { border-color: rgb(41,76,223); }
td.TdClassName
{
border-color: #294CDF;
}
.TagClassName
{
border-color: #294CDF;
}
</style>