Shades of Cerulean Blue #294FB7
Tints of Cerulean Blue #294FB7
RGB
CMYK
RGB Variations
Color information
#294FB7 (or 0x294FB7) is known color: Cerulean Blue. HEX triplet: 29, 4F and B7. RGB value is (41,79,183). Sum of RGB (Red+Green+Blue) = 41+79+183=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #294FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FB7 is #D6B048. Grayscale: #4F4F4F. Windows color (decimal): -14069833 or 12013353. OLE color: 12013353.
HSL color Cylindrical-coordinate representation of color #294FB7: hue angle of 223.94º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294FB7 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 79 | 183 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.28 |
| HSL | 223.94º | 0.63% | 0.44% | - |
| HSV(B) | 223.94º | 0.78% | 0.72% | - |
| XYZ | 12.26 | 9.48 | 45.98 | - |
| YUV | 79.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 183 | 0.78 | 0.57 | 0 | 0.28 | 223.94 | 0.63 | 0.44 |
| Hex | 29 | 4F | B7 | 4E | 39 | 0 | 1C | E0 | 3F | 2C |
| Octal | 51 | 117 | 267 | 116 | 71 | 0 | 34 | 340 | 77 | 54 |
| Binary | 101001 | 1001111 | 10110111 | 1001110 | 111001 | 0 | 11100 | 11100000 | 111111 | 101100 |
Color Harmonies of #294FB7
Complementary color
Monochromatic Colors of #294FB7
Black with #294FB7
Text Example
Text Example
White with #294FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FB7; }
p { color: rgb(41,79,183); }
H1.HeaderClassName
{
color: #294FB7;
}
.AnyTagClassName
{
color: #294FB7;
}
</style>
background-color css
<style>
a { background-color: #294FB7; }
a { background-color: rgb(41,79,183); }
div.DivClassName
{
background-color: #294FB7;
}
.BgClassName
{
background-color: #294FB7;
}
</style>
border-color css
<style>
span { border-color: #294FB7; }
span { border-color: rgb(41,79,183); }
td.TdClassName
{
border-color: #294FB7;
}
.TagClassName
{
border-color: #294FB7;
}
</style>