Shades of Cerulean Blue #2856BB
Tints of Cerulean Blue #2856BB
RGB
CMYK
RGB Variations
Color information
#2856BB (or 0x2856BB) is known color: Cerulean Blue. HEX triplet: 28, 56 and BB. RGB value is (40,86,187). Sum of RGB (Red+Green+Blue) = 40+86+187=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #2856BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856BB is #D7A944. Grayscale: #535353. Windows color (decimal): -14133573 or 12277288. OLE color: 12277288.
HSL color Cylindrical-coordinate representation of color #2856BB: hue angle of 221.22º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2856BB is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 86 | 187 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.27 |
| HSL | 221.22º | 0.65% | 0.45% | - |
| HSV(B) | 221.22º | 0.79% | 0.73% | - |
| XYZ | 13.17 | 10.69 | 48.38 | - |
| YUV | 83.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 187 | 0.79 | 0.54 | 0 | 0.27 | 221.22 | 0.65 | 0.45 |
| Hex | 28 | 56 | BB | 4F | 36 | 0 | 1B | DD | 41 | 2D |
| Octal | 50 | 126 | 273 | 117 | 66 | 0 | 33 | 335 | 101 | 55 |
| Binary | 101000 | 1010110 | 10111011 | 1001111 | 110110 | 0 | 11011 | 11011101 | 1000001 | 101101 |
Color Harmonies of #2856BB
Complementary color
Monochromatic Colors of #2856BB
Black with #2856BB
Text Example
Text Example
White with #2856BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2856BB; }
p { color: rgb(40,86,187); }
H1.HeaderClassName
{
color: #2856BB;
}
.AnyTagClassName
{
color: #2856BB;
}
</style>
background-color css
<style>
a { background-color: #2856BB; }
a { background-color: rgb(40,86,187); }
div.DivClassName
{
background-color: #2856BB;
}
.BgClassName
{
background-color: #2856BB;
}
</style>
border-color css
<style>
span { border-color: #2856BB; }
span { border-color: rgb(40,86,187); }
td.TdClassName
{
border-color: #2856BB;
}
.TagClassName
{
border-color: #2856BB;
}
</style>