Shades of Cerulean Blue #294BDC
Tints of Cerulean Blue #294BDC
RGB
CMYK
RGB Variations
Color information
#294BDC (or 0x294BDC) is known color: Cerulean Blue. HEX triplet: 29, 4B and DC. RGB value is (41,75,220). Sum of RGB (Red+Green+Blue) = 41+75+220=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #294BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BDC is #D6B423. Grayscale: #505050. Windows color (decimal): -14070820 or 14437161. OLE color: 14437161.
HSL color Cylindrical-coordinate representation of color #294BDC: hue angle of 228.6º 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 #294BDC is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 75 | 220 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.14 |
| HSL | 228.6º | 0.72% | 0.51% | - |
| HSV(B) | 228.6º | 0.81% | 0.86% | - |
| XYZ | 16.35 | 10.67 | 68.91 | - |
| YUV | 81.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 220 | 0.81 | 0.66 | 0 | 0.14 | 228.6 | 0.72 | 0.51 |
| Hex | 29 | 4B | DC | 51 | 42 | 0 | E | E5 | 48 | 33 |
| Octal | 51 | 113 | 334 | 121 | 102 | 0 | 16 | 345 | 110 | 63 |
| Binary | 101001 | 1001011 | 11011100 | 1010001 | 1000010 | 0 | 1110 | 11100101 | 1001000 | 110011 |
Color Harmonies of #294BDC
Complementary color
Monochromatic Colors of #294BDC
Black with #294BDC
Text Example
Text Example
White with #294BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BDC; }
p { color: rgb(41,75,220); }
H1.HeaderClassName
{
color: #294BDC;
}
.AnyTagClassName
{
color: #294BDC;
}
</style>
background-color css
<style>
a { background-color: #294BDC; }
a { background-color: rgb(41,75,220); }
div.DivClassName
{
background-color: #294BDC;
}
.BgClassName
{
background-color: #294BDC;
}
</style>
border-color css
<style>
span { border-color: #294BDC; }
span { border-color: rgb(41,75,220); }
td.TdClassName
{
border-color: #294BDC;
}
.TagClassName
{
border-color: #294BDC;
}
</style>