Shades of Cerulean Blue #294FE1
Tints of Cerulean Blue #294FE1
RGB
CMYK
RGB Variations
Color information
#294FE1 (or 0x294FE1) is known color: Cerulean Blue. HEX triplet: 29, 4F and E1. RGB value is (41,79,225). Sum of RGB (Red+Green+Blue) = 41+79+225=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #294FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FE1 is #D6B01E. Grayscale: #535353. Windows color (decimal): -14069791 or 14765865. OLE color: 14765865.
HSL color Cylindrical-coordinate representation of color #294FE1: hue angle of 227.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294FE1 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 79 | 225 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.12 |
| HSL | 227.61º | 0.75% | 0.52% | - |
| HSV(B) | 227.61º | 0.82% | 0.88% | - |
| XYZ | 17.3 | 11.5 | 72.54 | - |
| YUV | 84.28 | 207.41 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 225 | 0.82 | 0.65 | 0 | 0.12 | 227.61 | 0.75 | 0.52 |
| Hex | 29 | 4F | E1 | 52 | 41 | 0 | C | E4 | 4B | 34 |
| Octal | 51 | 117 | 341 | 122 | 101 | 0 | 14 | 344 | 113 | 64 |
| Binary | 101001 | 1001111 | 11100001 | 1010010 | 1000001 | 0 | 1100 | 11100100 | 1001011 | 110100 |
Color Harmonies of #294FE1
Complementary color
Monochromatic Colors of #294FE1
Black with #294FE1
Text Example
Text Example
White with #294FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FE1; }
p { color: rgb(41,79,225); }
H1.HeaderClassName
{
color: #294FE1;
}
.AnyTagClassName
{
color: #294FE1;
}
</style>
background-color css
<style>
a { background-color: #294FE1; }
a { background-color: rgb(41,79,225); }
div.DivClassName
{
background-color: #294FE1;
}
.BgClassName
{
background-color: #294FE1;
}
</style>
border-color css
<style>
span { border-color: #294FE1; }
span { border-color: rgb(41,79,225); }
td.TdClassName
{
border-color: #294FE1;
}
.TagClassName
{
border-color: #294FE1;
}
</style>