Shades of Cerulean Blue #2859BF
Tints of Cerulean Blue #2859BF
RGB
CMYK
RGB Variations
Color information
#2859BF (or 0x2859BF) is known color: Cerulean Blue. HEX triplet: 28, 59 and BF. RGB value is (40,89,191). Sum of RGB (Red+Green+Blue) = 40+89+191=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #2859BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859BF is #D7A640. Grayscale: #555555. Windows color (decimal): -14132801 or 12540200. OLE color: 12540200.
HSL color Cylindrical-coordinate representation of color #2859BF: hue angle of 220.53º 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 #2859BF is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 89 | 191 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.25 |
| HSL | 220.53º | 0.65% | 0.45% | - |
| HSV(B) | 220.53º | 0.79% | 0.75% | - |
| XYZ | 13.85 | 11.36 | 50.75 | - |
| YUV | 85.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 191 | 0.79 | 0.53 | 0 | 0.25 | 220.53 | 0.65 | 0.45 |
| Hex | 28 | 59 | BF | 4F | 35 | 0 | 19 | DD | 41 | 2D |
| Octal | 50 | 131 | 277 | 117 | 65 | 0 | 31 | 335 | 101 | 55 |
| Binary | 101000 | 1011001 | 10111111 | 1001111 | 110101 | 0 | 11001 | 11011101 | 1000001 | 101101 |
Color Harmonies of #2859BF
Complementary color
Monochromatic Colors of #2859BF
Black with #2859BF
Text Example
Text Example
White with #2859BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859BF; }
p { color: rgb(40,89,191); }
H1.HeaderClassName
{
color: #2859BF;
}
.AnyTagClassName
{
color: #2859BF;
}
</style>
background-color css
<style>
a { background-color: #2859BF; }
a { background-color: rgb(40,89,191); }
div.DivClassName
{
background-color: #2859BF;
}
.BgClassName
{
background-color: #2859BF;
}
</style>
border-color css
<style>
span { border-color: #2859BF; }
span { border-color: rgb(40,89,191); }
td.TdClassName
{
border-color: #2859BF;
}
.TagClassName
{
border-color: #2859BF;
}
</style>