Shades of Cerulean Blue #2859CB
Tints of Cerulean Blue #2859CB
RGB
CMYK
RGB Variations
Color information
#2859CB (or 0x2859CB) is known color: Cerulean Blue. HEX triplet: 28, 59 and CB. RGB value is (40,89,203). Sum of RGB (Red+Green+Blue) = 40+89+203=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #2859CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859CB is #D7A634. Grayscale: #565656. Windows color (decimal): -14132789 or 13326632. OLE color: 13326632.
HSL color Cylindrical-coordinate representation of color #2859CB: hue angle of 221.96º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2859CB is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 89 | 203 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.20 |
| HSL | 221.96º | 0.67% | 0.48% | - |
| HSV(B) | 221.96º | 0.8% | 0.8% | - |
| XYZ | 15.23 | 11.91 | 58 | - |
| YUV | 87.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 203 | 0.80 | 0.56 | 0 | 0.20 | 221.96 | 0.67 | 0.48 |
| Hex | 28 | 59 | CB | 50 | 38 | 0 | 14 | DE | 43 | 30 |
| Octal | 50 | 131 | 313 | 120 | 70 | 0 | 24 | 336 | 103 | 60 |
| Binary | 101000 | 1011001 | 11001011 | 1010000 | 111000 | 0 | 10100 | 11011110 | 1000011 | 110000 |
Color Harmonies of #2859CB
Complementary color
Monochromatic Colors of #2859CB
Black with #2859CB
Text Example
Text Example
White with #2859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859CB; }
p { color: rgb(40,89,203); }
H1.HeaderClassName
{
color: #2859CB;
}
.AnyTagClassName
{
color: #2859CB;
}
</style>
background-color css
<style>
a { background-color: #2859CB; }
a { background-color: rgb(40,89,203); }
div.DivClassName
{
background-color: #2859CB;
}
.BgClassName
{
background-color: #2859CB;
}
</style>
border-color css
<style>
span { border-color: #2859CB; }
span { border-color: rgb(40,89,203); }
td.TdClassName
{
border-color: #2859CB;
}
.TagClassName
{
border-color: #2859CB;
}
</style>