Shades of Cerulean Blue #2850C0
Tints of Cerulean Blue #2850C0
RGB
CMYK
RGB Variations
Color information
#2850C0 (or 0x2850C0) is known color: Cerulean Blue. HEX triplet: 28, 50 and C0. RGB value is (40,80,192). Sum of RGB (Red+Green+Blue) = 40+80+192=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #2850C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2850C0 is #D7AF3F. Grayscale: #505050. Windows color (decimal): -14135104 or 12603432. OLE color: 12603432.
HSL color Cylindrical-coordinate representation of color #2850C0: hue angle of 224.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2850C0 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 80 | 192 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.25 |
| HSL | 224.21º | 0.66% | 0.45% | - |
| HSV(B) | 224.21º | 0.79% | 0.75% | - |
| XYZ | 13.26 | 9.99 | 51.1 | - |
| YUV | 80.81 | 190.75 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 192 | 0.79 | 0.58 | 0 | 0.25 | 224.21 | 0.66 | 0.45 |
| Hex | 28 | 50 | C0 | 4F | 3A | 0 | 19 | E0 | 42 | 2D |
| Octal | 50 | 120 | 300 | 117 | 72 | 0 | 31 | 340 | 102 | 55 |
| Binary | 101000 | 1010000 | 11000000 | 1001111 | 111010 | 0 | 11001 | 11100000 | 1000010 | 101101 |
Color Harmonies of #2850C0
Complementary color
Monochromatic Colors of #2850C0
Black with #2850C0
Text Example
Text Example
White with #2850C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850C0; }
p { color: rgb(40,80,192); }
H1.HeaderClassName
{
color: #2850C0;
}
.AnyTagClassName
{
color: #2850C0;
}
</style>
background-color css
<style>
a { background-color: #2850C0; }
a { background-color: rgb(40,80,192); }
div.DivClassName
{
background-color: #2850C0;
}
.BgClassName
{
background-color: #2850C0;
}
</style>
border-color css
<style>
span { border-color: #2850C0; }
span { border-color: rgb(40,80,192); }
td.TdClassName
{
border-color: #2850C0;
}
.TagClassName
{
border-color: #2850C0;
}
</style>