Shades of Cerulean Blue #294FDF
Tints of Cerulean Blue #294FDF
RGB
CMYK
RGB Variations
Color information
#294FDF (or 0x294FDF) is known color: Cerulean Blue. HEX triplet: 29, 4F and DF. RGB value is (41,79,223). Sum of RGB (Red+Green+Blue) = 41+79+223=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #294FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FDF is #D6B020. Grayscale: #535353. Windows color (decimal): -14069793 or 14634793. OLE color: 14634793.
HSL color Cylindrical-coordinate representation of color #294FDF: hue angle of 227.47º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294FDF is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 79 | 223 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.13 |
| HSL | 227.47º | 0.74% | 0.52% | - |
| HSV(B) | 227.47º | 0.82% | 0.87% | - |
| XYZ | 17.03 | 11.39 | 71.11 | - |
| YUV | 84.05 | 206.41 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 223 | 0.82 | 0.65 | 0 | 0.13 | 227.47 | 0.74 | 0.52 |
| Hex | 29 | 4F | DF | 52 | 41 | 0 | D | E3 | 4A | 34 |
| Octal | 51 | 117 | 337 | 122 | 101 | 0 | 15 | 343 | 112 | 64 |
| Binary | 101001 | 1001111 | 11011111 | 1010010 | 1000001 | 0 | 1101 | 11100011 | 1001010 | 110100 |
Color Harmonies of #294FDF
Complementary color
Monochromatic Colors of #294FDF
Black with #294FDF
Text Example
Text Example
White with #294FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FDF; }
p { color: rgb(41,79,223); }
H1.HeaderClassName
{
color: #294FDF;
}
.AnyTagClassName
{
color: #294FDF;
}
</style>
background-color css
<style>
a { background-color: #294FDF; }
a { background-color: rgb(41,79,223); }
div.DivClassName
{
background-color: #294FDF;
}
.BgClassName
{
background-color: #294FDF;
}
</style>
border-color css
<style>
span { border-color: #294FDF; }
span { border-color: rgb(41,79,223); }
td.TdClassName
{
border-color: #294FDF;
}
.TagClassName
{
border-color: #294FDF;
}
</style>