Shades of Cerulean Blue #294BD5
Tints of Cerulean Blue #294BD5
RGB
CMYK
RGB Variations
Color information
#294BD5 (or 0x294BD5) is known color: Cerulean Blue. HEX triplet: 29, 4B and D5. RGB value is (41,75,213). Sum of RGB (Red+Green+Blue) = 41+75+213=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #294BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BD5 is #D6B42A. Grayscale: #4F4F4F. Windows color (decimal): -14070827 or 13978409. OLE color: 13978409.
HSL color Cylindrical-coordinate representation of color #294BD5: hue angle of 228.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294BD5 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 75 | 213 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.16 |
| HSL | 228.14º | 0.68% | 0.5% | - |
| HSV(B) | 228.14º | 0.81% | 0.84% | - |
| XYZ | 15.44 | 10.31 | 64.13 | - |
| YUV | 80.57 | 202.74 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 213 | 0.81 | 0.65 | 0 | 0.16 | 228.14 | 0.68 | 0.5 |
| Hex | 29 | 4B | D5 | 51 | 41 | 0 | 10 | E4 | 44 | 32 |
| Octal | 51 | 113 | 325 | 121 | 101 | 0 | 20 | 344 | 104 | 62 |
| Binary | 101001 | 1001011 | 11010101 | 1010001 | 1000001 | 0 | 10000 | 11100100 | 1000100 | 110010 |
Color Harmonies of #294BD5
Complementary color
Monochromatic Colors of #294BD5
Black with #294BD5
Text Example
Text Example
White with #294BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BD5; }
p { color: rgb(41,75,213); }
H1.HeaderClassName
{
color: #294BD5;
}
.AnyTagClassName
{
color: #294BD5;
}
</style>
background-color css
<style>
a { background-color: #294BD5; }
a { background-color: rgb(41,75,213); }
div.DivClassName
{
background-color: #294BD5;
}
.BgClassName
{
background-color: #294BD5;
}
</style>
border-color css
<style>
span { border-color: #294BD5; }
span { border-color: rgb(41,75,213); }
td.TdClassName
{
border-color: #294BD5;
}
.TagClassName
{
border-color: #294BD5;
}
</style>