Shades of Cerulean Blue #294FDD
Tints of Cerulean Blue #294FDD
RGB
CMYK
RGB Variations
Color information
#294FDD (or 0x294FDD) is known color: Cerulean Blue. HEX triplet: 29, 4F and DD. RGB value is (41,79,221). Sum of RGB (Red+Green+Blue) = 41+79+221=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #294FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FDD is #D6B022. Grayscale: #535353. Windows color (decimal): -14069795 or 14503721. OLE color: 14503721.
HSL color Cylindrical-coordinate representation of color #294FDD: hue angle of 227.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294FDD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 79 | 221 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.13 |
| HSL | 227.33º | 0.73% | 0.51% | - |
| HSV(B) | 227.33º | 0.81% | 0.87% | - |
| XYZ | 16.76 | 11.28 | 69.7 | - |
| YUV | 83.83 | 205.41 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 221 | 0.81 | 0.64 | 0 | 0.13 | 227.33 | 0.73 | 0.51 |
| Hex | 29 | 4F | DD | 51 | 40 | 0 | D | E3 | 49 | 33 |
| Octal | 51 | 117 | 335 | 121 | 100 | 0 | 15 | 343 | 111 | 63 |
| Binary | 101001 | 1001111 | 11011101 | 1010001 | 1000000 | 0 | 1101 | 11100011 | 1001001 | 110011 |
Color Harmonies of #294FDD
Complementary color
Monochromatic Colors of #294FDD
Black with #294FDD
Text Example
Text Example
White with #294FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FDD; }
p { color: rgb(41,79,221); }
H1.HeaderClassName
{
color: #294FDD;
}
.AnyTagClassName
{
color: #294FDD;
}
</style>
background-color css
<style>
a { background-color: #294FDD; }
a { background-color: rgb(41,79,221); }
div.DivClassName
{
background-color: #294FDD;
}
.BgClassName
{
background-color: #294FDD;
}
</style>
border-color css
<style>
span { border-color: #294FDD; }
span { border-color: rgb(41,79,221); }
td.TdClassName
{
border-color: #294FDD;
}
.TagClassName
{
border-color: #294FDD;
}
</style>