Shades of Cerulean Blue #2850BC
Tints of Cerulean Blue #2850BC
RGB
CMYK
RGB Variations
Color information
#2850BC (or 0x2850BC) is known color: Cerulean Blue. HEX triplet: 28, 50 and BC. RGB value is (40,80,188). Sum of RGB (Red+Green+Blue) = 40+80+188=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #2850BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2850BC is #D7AF43. Grayscale: #4F4F4F. Windows color (decimal): -14135108 or 12341288. OLE color: 12341288.
HSL color Cylindrical-coordinate representation of color #2850BC: hue angle of 223.78º 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 #2850BC is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 80 | 188 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.26 |
| HSL | 223.78º | 0.65% | 0.45% | - |
| HSV(B) | 223.78º | 0.79% | 0.74% | - |
| XYZ | 12.82 | 9.82 | 48.8 | - |
| YUV | 80.35 | 188.75 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 188 | 0.79 | 0.57 | 0 | 0.26 | 223.78 | 0.65 | 0.45 |
| Hex | 28 | 50 | BC | 4F | 39 | 0 | 1A | E0 | 41 | 2D |
| Octal | 50 | 120 | 274 | 117 | 71 | 0 | 32 | 340 | 101 | 55 |
| Binary | 101000 | 1010000 | 10111100 | 1001111 | 111001 | 0 | 11010 | 11100000 | 1000001 | 101101 |
Color Harmonies of #2850BC
Complementary color
Monochromatic Colors of #2850BC
Black with #2850BC
Text Example
Text Example
White with #2850BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850BC; }
p { color: rgb(40,80,188); }
H1.HeaderClassName
{
color: #2850BC;
}
.AnyTagClassName
{
color: #2850BC;
}
</style>
background-color css
<style>
a { background-color: #2850BC; }
a { background-color: rgb(40,80,188); }
div.DivClassName
{
background-color: #2850BC;
}
.BgClassName
{
background-color: #2850BC;
}
</style>
border-color css
<style>
span { border-color: #2850BC; }
span { border-color: rgb(40,80,188); }
td.TdClassName
{
border-color: #2850BC;
}
.TagClassName
{
border-color: #2850BC;
}
</style>