Shades of Cerulean Blue #2860D5
Tints of Cerulean Blue #2860D5
RGB
CMYK
RGB Variations
Color information
#2860D5 (or 0x2860D5) is known color: Cerulean Blue. HEX triplet: 28, 60 and D5. RGB value is (40,96,213). Sum of RGB (Red+Green+Blue) = 40+96+213=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 213 (83.59% from 255 or 61.03% from 349); Max value from RGB is 213 - color contains mainly: blue. Hex color #2860D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860D5 is #D79F2A. Grayscale: #5C5C5C. Windows color (decimal): -14130987 or 13983784. OLE color: 13983784.
HSL color Cylindrical-coordinate representation of color #2860D5: hue angle of 220.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2860D5 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 96 | 213 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.16 |
| HSL | 220.58º | 0.68% | 0.5% | - |
| HSV(B) | 220.58º | 0.81% | 0.84% | - |
| XYZ | 17.07 | 13.62 | 64.68 | - |
| YUV | 92.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 213 | 0.81 | 0.55 | 0 | 0.16 | 220.58 | 0.68 | 0.5 |
| Hex | 28 | 60 | D5 | 51 | 37 | 0 | 10 | DD | 44 | 32 |
| Octal | 50 | 140 | 325 | 121 | 67 | 0 | 20 | 335 | 104 | 62 |
| Binary | 101000 | 1100000 | 11010101 | 1010001 | 110111 | 0 | 10000 | 11011101 | 1000100 | 110010 |
Color Harmonies of #2860D5
Complementary color
Monochromatic Colors of #2860D5
Black with #2860D5
Text Example
Text Example
White with #2860D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860D5; }
p { color: rgb(40,96,213); }
H1.HeaderClassName
{
color: #2860D5;
}
.AnyTagClassName
{
color: #2860D5;
}
</style>
background-color css
<style>
a { background-color: #2860D5; }
a { background-color: rgb(40,96,213); }
div.DivClassName
{
background-color: #2860D5;
}
.BgClassName
{
background-color: #2860D5;
}
</style>
border-color css
<style>
span { border-color: #2860D5; }
span { border-color: rgb(40,96,213); }
td.TdClassName
{
border-color: #2860D5;
}
.TagClassName
{
border-color: #2860D5;
}
</style>