Shades of Cerulean Blue #2959DA
Tints of Cerulean Blue #2959DA
RGB
CMYK
RGB Variations
Color information
#2959DA (or 0x2959DA) is known color: Cerulean Blue. HEX triplet: 29, 59 and DA. RGB value is (41,89,218). Sum of RGB (Red+Green+Blue) = 41+89+218=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #2959DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959DA is #D6A625. Grayscale: #585858. Windows color (decimal): -14067238 or 14309673. OLE color: 14309673.
HSL color Cylindrical-coordinate representation of color #2959DA: hue angle of 223.73º 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 #2959DA is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 89 | 218 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.15 |
| HSL | 223.73º | 0.71% | 0.51% | - |
| HSV(B) | 223.73º | 0.81% | 0.85% | - |
| XYZ | 17.14 | 12.68 | 67.87 | - |
| YUV | 89.35 | 200.6 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 218 | 0.81 | 0.59 | 0 | 0.15 | 223.73 | 0.71 | 0.51 |
| Hex | 29 | 59 | DA | 51 | 3B | 0 | F | E0 | 47 | 33 |
| Octal | 51 | 131 | 332 | 121 | 73 | 0 | 17 | 340 | 107 | 63 |
| Binary | 101001 | 1011001 | 11011010 | 1010001 | 111011 | 0 | 1111 | 11100000 | 1000111 | 110011 |
Color Harmonies of #2959DA
Complementary color
Monochromatic Colors of #2959DA
Black with #2959DA
Text Example
Text Example
White with #2959DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2959DA; }
p { color: rgb(41,89,218); }
H1.HeaderClassName
{
color: #2959DA;
}
.AnyTagClassName
{
color: #2959DA;
}
</style>
background-color css
<style>
a { background-color: #2959DA; }
a { background-color: rgb(41,89,218); }
div.DivClassName
{
background-color: #2959DA;
}
.BgClassName
{
background-color: #2959DA;
}
</style>
border-color css
<style>
span { border-color: #2959DA; }
span { border-color: rgb(41,89,218); }
td.TdClassName
{
border-color: #2959DA;
}
.TagClassName
{
border-color: #2959DA;
}
</style>