Shades of Cerulean Blue #2860C4
Tints of Cerulean Blue #2860C4
RGB
CMYK
RGB Variations
Color information
#2860C4 (or 0x2860C4) is known color: Cerulean Blue. HEX triplet: 28, 60 and C4. RGB value is (40,96,196). Sum of RGB (Red+Green+Blue) = 40+96+196=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 196 (76.95% from 255 or 59.04% from 332); Max value from RGB is 196 - color contains mainly: blue. Hex color #2860C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860C4 is #D79F3B. Grayscale: #5A5A5A. Windows color (decimal): -14131004 or 12869672. OLE color: 12869672.
HSL color Cylindrical-coordinate representation of color #2860C4: hue angle of 218.46º 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 #2860C4 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 96 | 196 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.23 |
| HSL | 218.46º | 0.66% | 0.46% | - |
| HSV(B) | 218.46º | 0.8% | 0.77% | - |
| XYZ | 15.02 | 12.8 | 53.9 | - |
| YUV | 90.66 | 187.45 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 196 | 0.80 | 0.51 | 0 | 0.23 | 218.46 | 0.66 | 0.46 |
| Hex | 28 | 60 | C4 | 50 | 33 | 0 | 17 | DA | 42 | 2E |
| Octal | 50 | 140 | 304 | 120 | 63 | 0 | 27 | 332 | 102 | 56 |
| Binary | 101000 | 1100000 | 11000100 | 1010000 | 110011 | 0 | 10111 | 11011010 | 1000010 | 101110 |
Color Harmonies of #2860C4
Complementary color
Monochromatic Colors of #2860C4
Black with #2860C4
Text Example
Text Example
White with #2860C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860C4; }
p { color: rgb(40,96,196); }
H1.HeaderClassName
{
color: #2860C4;
}
.AnyTagClassName
{
color: #2860C4;
}
</style>
background-color css
<style>
a { background-color: #2860C4; }
a { background-color: rgb(40,96,196); }
div.DivClassName
{
background-color: #2860C4;
}
.BgClassName
{
background-color: #2860C4;
}
</style>
border-color css
<style>
span { border-color: #2860C4; }
span { border-color: rgb(40,96,196); }
td.TdClassName
{
border-color: #2860C4;
}
.TagClassName
{
border-color: #2860C4;
}
</style>