Shades of Cerulean Blue #294ECF
Tints of Cerulean Blue #294ECF
RGB
CMYK
RGB Variations
Color information
#294ECF (or 0x294ECF) is known color: Cerulean Blue. HEX triplet: 29, 4E and CF. RGB value is (41,78,207). Sum of RGB (Red+Green+Blue) = 41+78+207=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #294ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294ECF is #D6B130. Grayscale: #515151. Windows color (decimal): -14070065 or 13585961. OLE color: 13585961.
HSL color Cylindrical-coordinate representation of color #294ECF: hue angle of 226.63º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294ECF is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 78 | 207 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.19 |
| HSL | 226.63º | 0.67% | 0.49% | - |
| HSV(B) | 226.63º | 0.8% | 0.81% | - |
| XYZ | 14.9 | 10.43 | 60.26 | - |
| YUV | 81.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 207 | 0.80 | 0.62 | 0 | 0.19 | 226.63 | 0.67 | 0.49 |
| Hex | 29 | 4E | CF | 50 | 3E | 0 | 13 | E3 | 43 | 31 |
| Octal | 51 | 116 | 317 | 120 | 76 | 0 | 23 | 343 | 103 | 61 |
| Binary | 101001 | 1001110 | 11001111 | 1010000 | 111110 | 0 | 10011 | 11100011 | 1000011 | 110001 |
Color Harmonies of #294ECF
Complementary color
Monochromatic Colors of #294ECF
Black with #294ECF
Text Example
Text Example
White with #294ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294ECF; }
p { color: rgb(41,78,207); }
H1.HeaderClassName
{
color: #294ECF;
}
.AnyTagClassName
{
color: #294ECF;
}
</style>
background-color css
<style>
a { background-color: #294ECF; }
a { background-color: rgb(41,78,207); }
div.DivClassName
{
background-color: #294ECF;
}
.BgClassName
{
background-color: #294ECF;
}
</style>
border-color css
<style>
span { border-color: #294ECF; }
span { border-color: rgb(41,78,207); }
td.TdClassName
{
border-color: #294ECF;
}
.TagClassName
{
border-color: #294ECF;
}
</style>