Shades of Cerulean Blue #2850BF
Tints of Cerulean Blue #2850BF
RGB
CMYK
RGB Variations
Color information
#2850BF (or 0x2850BF) is known color: Cerulean Blue. HEX triplet: 28, 50 and BF. RGB value is (40,80,191). Sum of RGB (Red+Green+Blue) = 40+80+191=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #2850BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2850BF is #D7AF40. Grayscale: #505050. Windows color (decimal): -14135105 or 12537896. OLE color: 12537896.
HSL color Cylindrical-coordinate representation of color #2850BF: hue angle of 224.11º degrees, saturation: 0.65, 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 #2850BF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 80 | 191 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.25 |
| HSL | 224.11º | 0.65% | 0.45% | - |
| HSV(B) | 224.11º | 0.79% | 0.75% | - |
| XYZ | 13.15 | 9.95 | 50.52 | - |
| YUV | 80.69 | 190.25 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 191 | 0.79 | 0.58 | 0 | 0.25 | 224.11 | 0.65 | 0.45 |
| Hex | 28 | 50 | BF | 4F | 3A | 0 | 19 | E0 | 41 | 2D |
| Octal | 50 | 120 | 277 | 117 | 72 | 0 | 31 | 340 | 101 | 55 |
| Binary | 101000 | 1010000 | 10111111 | 1001111 | 111010 | 0 | 11001 | 11100000 | 1000001 | 101101 |
Color Harmonies of #2850BF
Complementary color
Monochromatic Colors of #2850BF
Black with #2850BF
Text Example
Text Example
White with #2850BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850BF; }
p { color: rgb(40,80,191); }
H1.HeaderClassName
{
color: #2850BF;
}
.AnyTagClassName
{
color: #2850BF;
}
</style>
background-color css
<style>
a { background-color: #2850BF; }
a { background-color: rgb(40,80,191); }
div.DivClassName
{
background-color: #2850BF;
}
.BgClassName
{
background-color: #2850BF;
}
</style>
border-color css
<style>
span { border-color: #2850BF; }
span { border-color: rgb(40,80,191); }
td.TdClassName
{
border-color: #2850BF;
}
.TagClassName
{
border-color: #2850BF;
}
</style>