Shades of Cerulean Blue #294BDA
Tints of Cerulean Blue #294BDA
RGB
CMYK
RGB Variations
Color information
#294BDA (or 0x294BDA) is known color: Cerulean Blue. HEX triplet: 29, 4B and DA. RGB value is (41,75,218). Sum of RGB (Red+Green+Blue) = 41+75+218=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #294BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BDA is #D6B425. Grayscale: #505050. Windows color (decimal): -14070822 or 14306089. OLE color: 14306089.
HSL color Cylindrical-coordinate representation of color #294BDA: hue angle of 228.47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294BDA is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 75 | 218 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.15 |
| HSL | 228.47º | 0.71% | 0.51% | - |
| HSV(B) | 228.47º | 0.81% | 0.85% | - |
| XYZ | 16.09 | 10.57 | 67.52 | - |
| YUV | 81.14 | 205.24 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 218 | 0.81 | 0.66 | 0 | 0.15 | 228.47 | 0.71 | 0.51 |
| Hex | 29 | 4B | DA | 51 | 42 | 0 | F | E4 | 47 | 33 |
| Octal | 51 | 113 | 332 | 121 | 102 | 0 | 17 | 344 | 107 | 63 |
| Binary | 101001 | 1001011 | 11011010 | 1010001 | 1000010 | 0 | 1111 | 11100100 | 1000111 | 110011 |
Color Harmonies of #294BDA
Complementary color
Monochromatic Colors of #294BDA
Black with #294BDA
Text Example
Text Example
White with #294BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BDA; }
p { color: rgb(41,75,218); }
H1.HeaderClassName
{
color: #294BDA;
}
.AnyTagClassName
{
color: #294BDA;
}
</style>
background-color css
<style>
a { background-color: #294BDA; }
a { background-color: rgb(41,75,218); }
div.DivClassName
{
background-color: #294BDA;
}
.BgClassName
{
background-color: #294BDA;
}
</style>
border-color css
<style>
span { border-color: #294BDA; }
span { border-color: rgb(41,75,218); }
td.TdClassName
{
border-color: #294BDA;
}
.TagClassName
{
border-color: #294BDA;
}
</style>