Shades of Cerulean Blue #2859DA
Tints of Cerulean Blue #2859DA
RGB
CMYK
RGB Variations
Color information
#2859DA (or 0x2859DA) is known color: Cerulean Blue. HEX triplet: 28, 59 and DA. RGB value is (40,89,218). Sum of RGB (Red+Green+Blue) = 40+89+218=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #2859DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859DA is #D7A625. Grayscale: #585858. Windows color (decimal): -14132774 or 14309672. OLE color: 14309672.
HSL color Cylindrical-coordinate representation of color #2859DA: hue angle of 223.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2859DA is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 89 | 218 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.15 |
| HSL | 223.48º | 0.71% | 0.51% | - |
| HSV(B) | 223.48º | 0.82% | 0.85% | - |
| XYZ | 17.1 | 12.66 | 67.87 | - |
| YUV | 89.06 | 200.77 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 218 | 0.82 | 0.59 | 0 | 0.15 | 223.48 | 0.71 | 0.51 |
| Hex | 28 | 59 | DA | 52 | 3B | 0 | F | DF | 47 | 33 |
| Octal | 50 | 131 | 332 | 122 | 73 | 0 | 17 | 337 | 107 | 63 |
| Binary | 101000 | 1011001 | 11011010 | 1010010 | 111011 | 0 | 1111 | 11011111 | 1000111 | 110011 |
Color Harmonies of #2859DA
Complementary color
Monochromatic Colors of #2859DA
Black with #2859DA
Text Example
Text Example
White with #2859DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859DA; }
p { color: rgb(40,89,218); }
H1.HeaderClassName
{
color: #2859DA;
}
.AnyTagClassName
{
color: #2859DA;
}
</style>
background-color css
<style>
a { background-color: #2859DA; }
a { background-color: rgb(40,89,218); }
div.DivClassName
{
background-color: #2859DA;
}
.BgClassName
{
background-color: #2859DA;
}
</style>
border-color css
<style>
span { border-color: #2859DA; }
span { border-color: rgb(40,89,218); }
td.TdClassName
{
border-color: #2859DA;
}
.TagClassName
{
border-color: #2859DA;
}
</style>