Shades of Cerulean Blue #294AD7
Tints of Cerulean Blue #294AD7
RGB
CMYK
RGB Variations
Color information
#294AD7 (or 0x294AD7) is known color: Cerulean Blue. HEX triplet: 29, 4A and D7. RGB value is (41,74,215). Sum of RGB (Red+Green+Blue) = 41+74+215=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #294AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294AD7 is #D6B528. Grayscale: #4F4F4F. Windows color (decimal): -14071081 or 14109225. OLE color: 14109225.
HSL color Cylindrical-coordinate representation of color #294AD7: hue angle of 228.62º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294AD7 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 74 | 215 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.16 |
| HSL | 228.62º | 0.69% | 0.5% | - |
| HSV(B) | 228.62º | 0.81% | 0.84% | - |
| XYZ | 15.63 | 10.28 | 65.45 | - |
| YUV | 80.21 | 204.07 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 215 | 0.81 | 0.66 | 0 | 0.16 | 228.62 | 0.69 | 0.5 |
| Hex | 29 | 4A | D7 | 51 | 42 | 0 | 10 | E5 | 45 | 32 |
| Octal | 51 | 112 | 327 | 121 | 102 | 0 | 20 | 345 | 105 | 62 |
| Binary | 101001 | 1001010 | 11010111 | 1010001 | 1000010 | 0 | 10000 | 11100101 | 1000101 | 110010 |
Color Harmonies of #294AD7
Complementary color
Monochromatic Colors of #294AD7
Black with #294AD7
Text Example
Text Example
White with #294AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AD7; }
p { color: rgb(41,74,215); }
H1.HeaderClassName
{
color: #294AD7;
}
.AnyTagClassName
{
color: #294AD7;
}
</style>
background-color css
<style>
a { background-color: #294AD7; }
a { background-color: rgb(41,74,215); }
div.DivClassName
{
background-color: #294AD7;
}
.BgClassName
{
background-color: #294AD7;
}
</style>
border-color css
<style>
span { border-color: #294AD7; }
span { border-color: rgb(41,74,215); }
td.TdClassName
{
border-color: #294AD7;
}
.TagClassName
{
border-color: #294AD7;
}
</style>