Shades of Cerulean Blue #294DBE
Tints of Cerulean Blue #294DBE
RGB
CMYK
RGB Variations
Color information
#294DBE (or 0x294DBE) is known color: Cerulean Blue. HEX triplet: 29, 4D and BE. RGB value is (41,77,190). Sum of RGB (Red+Green+Blue) = 41+77+190=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #294DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DBE is #D6B241. Grayscale: #4E4E4E. Windows color (decimal): -14070338 or 12471593. OLE color: 12471593.
HSL color Cylindrical-coordinate representation of color #294DBE: hue angle of 225.5º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294DBE is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 77 | 190 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.25 |
| HSL | 225.5º | 0.65% | 0.45% | - |
| HSV(B) | 225.5º | 0.78% | 0.75% | - |
| XYZ | 12.86 | 9.5 | 49.87 | - |
| YUV | 79.12 | 190.57 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 190 | 0.78 | 0.59 | 0 | 0.25 | 225.5 | 0.65 | 0.45 |
| Hex | 29 | 4D | BE | 4E | 3B | 0 | 19 | E2 | 41 | 2D |
| Octal | 51 | 115 | 276 | 116 | 73 | 0 | 31 | 342 | 101 | 55 |
| Binary | 101001 | 1001101 | 10111110 | 1001110 | 111011 | 0 | 11001 | 11100010 | 1000001 | 101101 |
Color Harmonies of #294DBE
Complementary color
Monochromatic Colors of #294DBE
Black with #294DBE
Text Example
Text Example
White with #294DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DBE; }
p { color: rgb(41,77,190); }
H1.HeaderClassName
{
color: #294DBE;
}
.AnyTagClassName
{
color: #294DBE;
}
</style>
background-color css
<style>
a { background-color: #294DBE; }
a { background-color: rgb(41,77,190); }
div.DivClassName
{
background-color: #294DBE;
}
.BgClassName
{
background-color: #294DBE;
}
</style>
border-color css
<style>
span { border-color: #294DBE; }
span { border-color: rgb(41,77,190); }
td.TdClassName
{
border-color: #294DBE;
}
.TagClassName
{
border-color: #294DBE;
}
</style>