Shades of Cerulean Blue #294ADE
Tints of Cerulean Blue #294ADE
RGB
CMYK
RGB Variations
Color information
#294ADE (or 0x294ADE) is known color: Cerulean Blue. HEX triplet: 29, 4A and DE. RGB value is (41,74,222). Sum of RGB (Red+Green+Blue) = 41+74+222=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #294ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ADE is #D6B521. Grayscale: #505050. Windows color (decimal): -14071074 or 14567977. OLE color: 14567977.
HSL color Cylindrical-coordinate representation of color #294ADE: hue angle of 229.06º degrees, saturation: 0.73, 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 #294ADE is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 74 | 222 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.13 |
| HSL | 229.06º | 0.73% | 0.52% | - |
| HSV(B) | 229.06º | 0.82% | 0.87% | - |
| XYZ | 16.55 | 10.64 | 70.29 | - |
| YUV | 81.01 | 207.57 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 222 | 0.82 | 0.67 | 0 | 0.13 | 229.06 | 0.73 | 0.52 |
| Hex | 29 | 4A | DE | 52 | 43 | 0 | D | E5 | 49 | 34 |
| Octal | 51 | 112 | 336 | 122 | 103 | 0 | 15 | 345 | 111 | 64 |
| Binary | 101001 | 1001010 | 11011110 | 1010010 | 1000011 | 0 | 1101 | 11100101 | 1001001 | 110100 |
Color Harmonies of #294ADE
Complementary color
Monochromatic Colors of #294ADE
Black with #294ADE
Text Example
Text Example
White with #294ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294ADE; }
p { color: rgb(41,74,222); }
H1.HeaderClassName
{
color: #294ADE;
}
.AnyTagClassName
{
color: #294ADE;
}
</style>
background-color css
<style>
a { background-color: #294ADE; }
a { background-color: rgb(41,74,222); }
div.DivClassName
{
background-color: #294ADE;
}
.BgClassName
{
background-color: #294ADE;
}
</style>
border-color css
<style>
span { border-color: #294ADE; }
span { border-color: rgb(41,74,222); }
td.TdClassName
{
border-color: #294ADE;
}
.TagClassName
{
border-color: #294ADE;
}
</style>