Shades of Cerulean Blue #2860B1
Tints of Cerulean Blue #2860B1
RGB
CMYK
RGB Variations
Color information
#2860B1 (or 0x2860B1) is known color: Cerulean Blue. HEX triplet: 28, 60 and B1. RGB value is (40,96,177). Sum of RGB (Red+Green+Blue) = 40+96+177=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #2860B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2860B1 is #D79F4E. Grayscale: #585858. Windows color (decimal): -14131023 or 11624488. OLE color: 11624488.
HSL color Cylindrical-coordinate representation of color #2860B1: hue angle of 215.47º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2860B1 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 96 | 177 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.31 |
| HSL | 215.47º | 0.63% | 0.43% | - |
| HSV(B) | 215.47º | 0.77% | 0.69% | - |
| XYZ | 12.99 | 11.99 | 43.22 | - |
| YUV | 88.49 | 177.95 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 177 | 0.77 | 0.46 | 0 | 0.31 | 215.47 | 0.63 | 0.43 |
| Hex | 28 | 60 | B1 | 4D | 2E | 0 | 1F | D7 | 3F | 2B |
| Octal | 50 | 140 | 261 | 115 | 56 | 0 | 37 | 327 | 77 | 53 |
| Binary | 101000 | 1100000 | 10110001 | 1001101 | 101110 | 0 | 11111 | 11010111 | 111111 | 101011 |
Color Harmonies of #2860B1
Complementary color
Monochromatic Colors of #2860B1
Black with #2860B1
Text Example
Text Example
White with #2860B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860B1; }
p { color: rgb(40,96,177); }
H1.HeaderClassName
{
color: #2860B1;
}
.AnyTagClassName
{
color: #2860B1;
}
</style>
background-color css
<style>
a { background-color: #2860B1; }
a { background-color: rgb(40,96,177); }
div.DivClassName
{
background-color: #2860B1;
}
.BgClassName
{
background-color: #2860B1;
}
</style>
border-color css
<style>
span { border-color: #2860B1; }
span { border-color: rgb(40,96,177); }
td.TdClassName
{
border-color: #2860B1;
}
.TagClassName
{
border-color: #2860B1;
}
</style>