Shades of Cerulean Blue #2850BD
Tints of Cerulean Blue #2850BD
RGB
CMYK
RGB Variations
Color information
#2850BD (or 0x2850BD) is known color: Cerulean Blue. HEX triplet: 28, 50 and BD. RGB value is (40,80,189). Sum of RGB (Red+Green+Blue) = 40+80+189=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #2850BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2850BD is #D7AF42. Grayscale: #4F4F4F. Windows color (decimal): -14135107 or 12406824. OLE color: 12406824.
HSL color Cylindrical-coordinate representation of color #2850BD: hue angle of 223.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2850BD is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 80 | 189 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.26 |
| HSL | 223.89º | 0.65% | 0.45% | - |
| HSV(B) | 223.89º | 0.79% | 0.74% | - |
| XYZ | 12.93 | 9.86 | 49.37 | - |
| YUV | 80.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 189 | 0.79 | 0.58 | 0 | 0.26 | 223.89 | 0.65 | 0.45 |
| Hex | 28 | 50 | BD | 4F | 3A | 0 | 1A | E0 | 41 | 2D |
| Octal | 50 | 120 | 275 | 117 | 72 | 0 | 32 | 340 | 101 | 55 |
| Binary | 101000 | 1010000 | 10111101 | 1001111 | 111010 | 0 | 11010 | 11100000 | 1000001 | 101101 |
Color Harmonies of #2850BD
Complementary color
Monochromatic Colors of #2850BD
Black with #2850BD
Text Example
Text Example
White with #2850BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850BD; }
p { color: rgb(40,80,189); }
H1.HeaderClassName
{
color: #2850BD;
}
.AnyTagClassName
{
color: #2850BD;
}
</style>
background-color css
<style>
a { background-color: #2850BD; }
a { background-color: rgb(40,80,189); }
div.DivClassName
{
background-color: #2850BD;
}
.BgClassName
{
background-color: #2850BD;
}
</style>
border-color css
<style>
span { border-color: #2850BD; }
span { border-color: rgb(40,80,189); }
td.TdClassName
{
border-color: #2850BD;
}
.TagClassName
{
border-color: #2850BD;
}
</style>