Shades of Cerulean Blue #2851BA
Tints of Cerulean Blue #2851BA
RGB
CMYK
RGB Variations
Color information
#2851BA (or 0x2851BA) is known color: Cerulean Blue. HEX triplet: 28, 51 and BA. RGB value is (40,81,186). Sum of RGB (Red+Green+Blue) = 40+81+186=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2851BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2851BA is #D7AE45. Grayscale: #505050. Windows color (decimal): -14134854 or 12210472. OLE color: 12210472.
HSL color Cylindrical-coordinate representation of color #2851BA: hue angle of 223.15º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2851BA is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 81 | 186 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.27 |
| HSL | 223.15º | 0.65% | 0.44% | - |
| HSV(B) | 223.15º | 0.78% | 0.73% | - |
| XYZ | 12.68 | 9.88 | 47.69 | - |
| YUV | 80.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 186 | 0.78 | 0.56 | 0 | 0.27 | 223.15 | 0.65 | 0.44 |
| Hex | 28 | 51 | BA | 4E | 38 | 0 | 1B | DF | 41 | 2C |
| Octal | 50 | 121 | 272 | 116 | 70 | 0 | 33 | 337 | 101 | 54 |
| Binary | 101000 | 1010001 | 10111010 | 1001110 | 111000 | 0 | 11011 | 11011111 | 1000001 | 101100 |
Color Harmonies of #2851BA
Complementary color
Monochromatic Colors of #2851BA
Black with #2851BA
Text Example
Text Example
White with #2851BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2851BA; }
p { color: rgb(40,81,186); }
H1.HeaderClassName
{
color: #2851BA;
}
.AnyTagClassName
{
color: #2851BA;
}
</style>
background-color css
<style>
a { background-color: #2851BA; }
a { background-color: rgb(40,81,186); }
div.DivClassName
{
background-color: #2851BA;
}
.BgClassName
{
background-color: #2851BA;
}
</style>
border-color css
<style>
span { border-color: #2851BA; }
span { border-color: rgb(40,81,186); }
td.TdClassName
{
border-color: #2851BA;
}
.TagClassName
{
border-color: #2851BA;
}
</style>