Shades of Cerulean Blue #2850AE
Tints of Cerulean Blue #2850AE
RGB
CMYK
RGB Variations
Color information
#2850AE (or 0x2850AE) is known color: Cerulean Blue. HEX triplet: 28, 50 and AE. RGB value is (40,80,174). Sum of RGB (Red+Green+Blue) = 40+80+174=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #2850AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2850AE is #D7AF51. Grayscale: #4E4E4E. Windows color (decimal): -14135122 or 11423784. OLE color: 11423784.
HSL color Cylindrical-coordinate representation of color #2850AE: hue angle of 222.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2850AE is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 80 | 174 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.32 |
| HSL | 222.09º | 0.63% | 0.42% | - |
| HSV(B) | 222.09º | 0.77% | 0.68% | - |
| XYZ | 11.38 | 9.24 | 41.23 | - |
| YUV | 78.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 174 | 0.77 | 0.54 | 0 | 0.32 | 222.09 | 0.63 | 0.42 |
| Hex | 28 | 50 | AE | 4D | 36 | 0 | 20 | DE | 3F | 2A |
| Octal | 50 | 120 | 256 | 115 | 66 | 0 | 40 | 336 | 77 | 52 |
| Binary | 101000 | 1010000 | 10101110 | 1001101 | 110110 | 0 | 100000 | 11011110 | 111111 | 101010 |
Color Harmonies of #2850AE
Complementary color
Monochromatic Colors of #2850AE
Black with #2850AE
Text Example
Text Example
White with #2850AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850AE; }
p { color: rgb(40,80,174); }
H1.HeaderClassName
{
color: #2850AE;
}
.AnyTagClassName
{
color: #2850AE;
}
</style>
background-color css
<style>
a { background-color: #2850AE; }
a { background-color: rgb(40,80,174); }
div.DivClassName
{
background-color: #2850AE;
}
.BgClassName
{
background-color: #2850AE;
}
</style>
border-color css
<style>
span { border-color: #2850AE; }
span { border-color: rgb(40,80,174); }
td.TdClassName
{
border-color: #2850AE;
}
.TagClassName
{
border-color: #2850AE;
}
</style>