Shades of Cerulean Blue #2860C5
Tints of Cerulean Blue #2860C5
RGB
CMYK
RGB Variations
Color information
#2860C5 (or 0x2860C5) is known color: Cerulean Blue. HEX triplet: 28, 60 and C5. RGB value is (40,96,197). Sum of RGB (Red+Green+Blue) = 40+96+197=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #2860C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860C5 is #D79F3A. Grayscale: #5A5A5A. Windows color (decimal): -14131003 or 12935208. OLE color: 12935208.
HSL color Cylindrical-coordinate representation of color #2860C5: hue angle of 218.6º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2860C5 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 96 | 197 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.23 |
| HSL | 218.6º | 0.66% | 0.46% | - |
| HSV(B) | 218.6º | 0.8% | 0.77% | - |
| XYZ | 15.14 | 12.85 | 54.51 | - |
| YUV | 90.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 197 | 0.80 | 0.51 | 0 | 0.23 | 218.6 | 0.66 | 0.46 |
| Hex | 28 | 60 | C5 | 50 | 33 | 0 | 17 | DB | 42 | 2E |
| Octal | 50 | 140 | 305 | 120 | 63 | 0 | 27 | 333 | 102 | 56 |
| Binary | 101000 | 1100000 | 11000101 | 1010000 | 110011 | 0 | 10111 | 11011011 | 1000010 | 101110 |
Color Harmonies of #2860C5
Complementary color
Monochromatic Colors of #2860C5
Black with #2860C5
Text Example
Text Example
White with #2860C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860C5; }
p { color: rgb(40,96,197); }
H1.HeaderClassName
{
color: #2860C5;
}
.AnyTagClassName
{
color: #2860C5;
}
</style>
background-color css
<style>
a { background-color: #2860C5; }
a { background-color: rgb(40,96,197); }
div.DivClassName
{
background-color: #2860C5;
}
.BgClassName
{
background-color: #2860C5;
}
</style>
border-color css
<style>
span { border-color: #2860C5; }
span { border-color: rgb(40,96,197); }
td.TdClassName
{
border-color: #2860C5;
}
.TagClassName
{
border-color: #2860C5;
}
</style>