Shades of Cerulean Blue #294BD1
Tints of Cerulean Blue #294BD1
RGB
CMYK
RGB Variations
Color information
#294BD1 (or 0x294BD1) is known color: Cerulean Blue. HEX triplet: 29, 4B and D1. RGB value is (41,75,209). Sum of RGB (Red+Green+Blue) = 41+75+209=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #294BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BD1 is #D6B42E. Grayscale: #4F4F4F. Windows color (decimal): -14070831 or 13716265. OLE color: 13716265.
HSL color Cylindrical-coordinate representation of color #294BD1: hue angle of 227.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294BD1 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 75 | 209 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.18 |
| HSL | 227.86º | 0.67% | 0.49% | - |
| HSV(B) | 227.86º | 0.8% | 0.82% | - |
| XYZ | 14.94 | 10.11 | 61.49 | - |
| YUV | 80.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 209 | 0.80 | 0.64 | 0 | 0.18 | 227.86 | 0.67 | 0.49 |
| Hex | 29 | 4B | D1 | 50 | 40 | 0 | 12 | E4 | 43 | 31 |
| Octal | 51 | 113 | 321 | 120 | 100 | 0 | 22 | 344 | 103 | 61 |
| Binary | 101001 | 1001011 | 11010001 | 1010000 | 1000000 | 0 | 10010 | 11100100 | 1000011 | 110001 |
Color Harmonies of #294BD1
Complementary color
Monochromatic Colors of #294BD1
Black with #294BD1
Text Example
Text Example
White with #294BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BD1; }
p { color: rgb(41,75,209); }
H1.HeaderClassName
{
color: #294BD1;
}
.AnyTagClassName
{
color: #294BD1;
}
</style>
background-color css
<style>
a { background-color: #294BD1; }
a { background-color: rgb(41,75,209); }
div.DivClassName
{
background-color: #294BD1;
}
.BgClassName
{
background-color: #294BD1;
}
</style>
border-color css
<style>
span { border-color: #294BD1; }
span { border-color: rgb(41,75,209); }
td.TdClassName
{
border-color: #294BD1;
}
.TagClassName
{
border-color: #294BD1;
}
</style>