Shades of Cerulean Blue #294CC9
Tints of Cerulean Blue #294CC9
RGB
CMYK
RGB Variations
Color information
#294CC9 (or 0x294CC9) is known color: Cerulean Blue. HEX triplet: 29, 4C and C9. RGB value is (41,76,201). Sum of RGB (Red+Green+Blue) = 41+76+201=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #294CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CC9 is #D6B336. Grayscale: #4F4F4F. Windows color (decimal): -14070583 or 13192233. OLE color: 13192233.
HSL color Cylindrical-coordinate representation of color #294CC9: hue angle of 226.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294CC9 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 76 | 201 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.21 |
| HSL | 226.88º | 0.66% | 0.47% | - |
| HSV(B) | 226.88º | 0.8% | 0.79% | - |
| XYZ | 14.04 | 9.86 | 56.42 | - |
| YUV | 79.79 | 196.4 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 201 | 0.80 | 0.62 | 0 | 0.21 | 226.88 | 0.66 | 0.47 |
| Hex | 29 | 4C | C9 | 50 | 3E | 0 | 15 | E3 | 42 | 2F |
| Octal | 51 | 114 | 311 | 120 | 76 | 0 | 25 | 343 | 102 | 57 |
| Binary | 101001 | 1001100 | 11001001 | 1010000 | 111110 | 0 | 10101 | 11100011 | 1000010 | 101111 |
Color Harmonies of #294CC9
Complementary color
Monochromatic Colors of #294CC9
Black with #294CC9
Text Example
Text Example
White with #294CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CC9; }
p { color: rgb(41,76,201); }
H1.HeaderClassName
{
color: #294CC9;
}
.AnyTagClassName
{
color: #294CC9;
}
</style>
background-color css
<style>
a { background-color: #294CC9; }
a { background-color: rgb(41,76,201); }
div.DivClassName
{
background-color: #294CC9;
}
.BgClassName
{
background-color: #294CC9;
}
</style>
border-color css
<style>
span { border-color: #294CC9; }
span { border-color: rgb(41,76,201); }
td.TdClassName
{
border-color: #294CC9;
}
.TagClassName
{
border-color: #294CC9;
}
</style>