Shades of Cerulean Blue #2860BE
Tints of Cerulean Blue #2860BE
RGB
CMYK
RGB Variations
Color information
#2860BE (or 0x2860BE) is known color: Cerulean Blue. HEX triplet: 28, 60 and BE. RGB value is (40,96,190). Sum of RGB (Red+Green+Blue) = 40+96+190=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #2860BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860BE is #D79F41. Grayscale: #595959. Windows color (decimal): -14131010 or 12476456. OLE color: 12476456.
HSL color Cylindrical-coordinate representation of color #2860BE: hue angle of 217.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2860BE is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 96 | 190 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.25 |
| HSL | 217.6º | 0.65% | 0.45% | - |
| HSV(B) | 217.6º | 0.79% | 0.75% | - |
| XYZ | 14.35 | 12.53 | 50.38 | - |
| YUV | 89.97 | 184.45 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 190 | 0.79 | 0.49 | 0 | 0.25 | 217.6 | 0.65 | 0.45 |
| Hex | 28 | 60 | BE | 4F | 31 | 0 | 19 | DA | 41 | 2D |
| Octal | 50 | 140 | 276 | 117 | 61 | 0 | 31 | 332 | 101 | 55 |
| Binary | 101000 | 1100000 | 10111110 | 1001111 | 110001 | 0 | 11001 | 11011010 | 1000001 | 101101 |
Color Harmonies of #2860BE
Complementary color
Monochromatic Colors of #2860BE
Black with #2860BE
Text Example
Text Example
White with #2860BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860BE; }
p { color: rgb(40,96,190); }
H1.HeaderClassName
{
color: #2860BE;
}
.AnyTagClassName
{
color: #2860BE;
}
</style>
background-color css
<style>
a { background-color: #2860BE; }
a { background-color: rgb(40,96,190); }
div.DivClassName
{
background-color: #2860BE;
}
.BgClassName
{
background-color: #2860BE;
}
</style>
border-color css
<style>
span { border-color: #2860BE; }
span { border-color: rgb(40,96,190); }
td.TdClassName
{
border-color: #2860BE;
}
.TagClassName
{
border-color: #2860BE;
}
</style>