Shades of Cerulean Blue #2860CF
Tints of Cerulean Blue #2860CF
RGB
CMYK
RGB Variations
Color information
#2860CF (or 0x2860CF) is known color: Cerulean Blue. HEX triplet: 28, 60 and CF. RGB value is (40,96,207). Sum of RGB (Red+Green+Blue) = 40+96+207=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #2860CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860CF is #D79F30. Grayscale: #5B5B5B. Windows color (decimal): -14130993 or 13590568. OLE color: 13590568.
HSL color Cylindrical-coordinate representation of color #2860CF: hue angle of 219.88º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2860CF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 96 | 207 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.19 |
| HSL | 219.88º | 0.68% | 0.48% | - |
| HSV(B) | 219.88º | 0.81% | 0.81% | - |
| XYZ | 16.32 | 13.32 | 60.74 | - |
| YUV | 91.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 207 | 0.81 | 0.54 | 0 | 0.19 | 219.88 | 0.68 | 0.48 |
| Hex | 28 | 60 | CF | 51 | 36 | 0 | 13 | DC | 44 | 30 |
| Octal | 50 | 140 | 317 | 121 | 66 | 0 | 23 | 334 | 104 | 60 |
| Binary | 101000 | 1100000 | 11001111 | 1010001 | 110110 | 0 | 10011 | 11011100 | 1000100 | 110000 |
Color Harmonies of #2860CF
Complementary color
Monochromatic Colors of #2860CF
Black with #2860CF
Text Example
Text Example
White with #2860CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860CF; }
p { color: rgb(40,96,207); }
H1.HeaderClassName
{
color: #2860CF;
}
.AnyTagClassName
{
color: #2860CF;
}
</style>
background-color css
<style>
a { background-color: #2860CF; }
a { background-color: rgb(40,96,207); }
div.DivClassName
{
background-color: #2860CF;
}
.BgClassName
{
background-color: #2860CF;
}
</style>
border-color css
<style>
span { border-color: #2860CF; }
span { border-color: rgb(40,96,207); }
td.TdClassName
{
border-color: #2860CF;
}
.TagClassName
{
border-color: #2860CF;
}
</style>