Shades of Cerulean Blue #2950DA
Tints of Cerulean Blue #2950DA
RGB
CMYK
RGB Variations
Color information
#2950DA (or 0x2950DA) is known color: Cerulean Blue. HEX triplet: 29, 50 and DA. RGB value is (41,80,218). Sum of RGB (Red+Green+Blue) = 41+80+218=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #2950DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950DA is #D6AF25. Grayscale: #535353. Windows color (decimal): -14069542 or 14307369. OLE color: 14307369.
HSL color Cylindrical-coordinate representation of color #2950DA: hue angle of 226.78º 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 #2950DA is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 80 | 218 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.15 |
| HSL | 226.78º | 0.71% | 0.51% | - |
| HSV(B) | 226.78º | 0.81% | 0.85% | - |
| XYZ | 16.44 | 11.27 | 67.64 | - |
| YUV | 84.07 | 203.58 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 218 | 0.81 | 0.63 | 0 | 0.15 | 226.78 | 0.71 | 0.51 |
| Hex | 29 | 50 | DA | 51 | 3F | 0 | F | E3 | 47 | 33 |
| Octal | 51 | 120 | 332 | 121 | 77 | 0 | 17 | 343 | 107 | 63 |
| Binary | 101001 | 1010000 | 11011010 | 1010001 | 111111 | 0 | 1111 | 11100011 | 1000111 | 110011 |
Color Harmonies of #2950DA
Complementary color
Monochromatic Colors of #2950DA
Black with #2950DA
Text Example
Text Example
White with #2950DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950DA; }
p { color: rgb(41,80,218); }
H1.HeaderClassName
{
color: #2950DA;
}
.AnyTagClassName
{
color: #2950DA;
}
</style>
background-color css
<style>
a { background-color: #2950DA; }
a { background-color: rgb(41,80,218); }
div.DivClassName
{
background-color: #2950DA;
}
.BgClassName
{
background-color: #2950DA;
}
</style>
border-color css
<style>
span { border-color: #2950DA; }
span { border-color: rgb(41,80,218); }
td.TdClassName
{
border-color: #2950DA;
}
.TagClassName
{
border-color: #2950DA;
}
</style>