Shades of Cerulean Blue #294FB8
Tints of Cerulean Blue #294FB8
RGB
CMYK
RGB Variations
Color information
#294FB8 (or 0x294FB8) is known color: Cerulean Blue. HEX triplet: 29, 4F and B8. RGB value is (41,79,184). Sum of RGB (Red+Green+Blue) = 41+79+184=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #294FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FB8 is #D6B047. Grayscale: #4F4F4F. Windows color (decimal): -14069832 or 12078889. OLE color: 12078889.
HSL color Cylindrical-coordinate representation of color #294FB8: hue angle of 224.06º degrees, saturation: 0.64, 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 #294FB8 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 79 | 184 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.28 |
| HSL | 224.06º | 0.64% | 0.44% | - |
| HSV(B) | 224.06º | 0.78% | 0.72% | - |
| XYZ | 12.36 | 9.52 | 46.53 | - |
| YUV | 79.61 | 186.91 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 184 | 0.78 | 0.57 | 0 | 0.28 | 224.06 | 0.64 | 0.44 |
| Hex | 29 | 4F | B8 | 4E | 39 | 0 | 1C | E0 | 40 | 2C |
| Octal | 51 | 117 | 270 | 116 | 71 | 0 | 34 | 340 | 100 | 54 |
| Binary | 101001 | 1001111 | 10111000 | 1001110 | 111001 | 0 | 11100 | 11100000 | 1000000 | 101100 |
Color Harmonies of #294FB8
Complementary color
Monochromatic Colors of #294FB8
Black with #294FB8
Text Example
Text Example
White with #294FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FB8; }
p { color: rgb(41,79,184); }
H1.HeaderClassName
{
color: #294FB8;
}
.AnyTagClassName
{
color: #294FB8;
}
</style>
background-color css
<style>
a { background-color: #294FB8; }
a { background-color: rgb(41,79,184); }
div.DivClassName
{
background-color: #294FB8;
}
.BgClassName
{
background-color: #294FB8;
}
</style>
border-color css
<style>
span { border-color: #294FB8; }
span { border-color: rgb(41,79,184); }
td.TdClassName
{
border-color: #294FB8;
}
.TagClassName
{
border-color: #294FB8;
}
</style>