Shades of Cerulean Blue #2950BB
Tints of Cerulean Blue #2950BB
RGB
CMYK
RGB Variations
Color information
#2950BB (or 0x2950BB) is known color: Cerulean Blue. HEX triplet: 29, 50 and BB. RGB value is (41,80,187). Sum of RGB (Red+Green+Blue) = 41+80+187=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #2950BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950BB is #D6AF44. Grayscale: #505050. Windows color (decimal): -14069573 or 12275753. OLE color: 12275753.
HSL color Cylindrical-coordinate representation of color #2950BB: hue angle of 223.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2950BB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 80 | 187 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.27 |
| HSL | 223.97º | 0.64% | 0.45% | - |
| HSV(B) | 223.97º | 0.78% | 0.73% | - |
| XYZ | 12.75 | 9.8 | 48.23 | - |
| YUV | 80.54 | 188.08 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 187 | 0.78 | 0.57 | 0 | 0.27 | 223.97 | 0.64 | 0.45 |
| Hex | 29 | 50 | BB | 4E | 39 | 0 | 1B | E0 | 40 | 2D |
| Octal | 51 | 120 | 273 | 116 | 71 | 0 | 33 | 340 | 100 | 55 |
| Binary | 101001 | 1010000 | 10111011 | 1001110 | 111001 | 0 | 11011 | 11100000 | 1000000 | 101101 |
Color Harmonies of #2950BB
Complementary color
Monochromatic Colors of #2950BB
Black with #2950BB
Text Example
Text Example
White with #2950BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950BB; }
p { color: rgb(41,80,187); }
H1.HeaderClassName
{
color: #2950BB;
}
.AnyTagClassName
{
color: #2950BB;
}
</style>
background-color css
<style>
a { background-color: #2950BB; }
a { background-color: rgb(41,80,187); }
div.DivClassName
{
background-color: #2950BB;
}
.BgClassName
{
background-color: #2950BB;
}
</style>
border-color css
<style>
span { border-color: #2950BB; }
span { border-color: rgb(41,80,187); }
td.TdClassName
{
border-color: #2950BB;
}
.TagClassName
{
border-color: #2950BB;
}
</style>