Shades of Cerulean Blue #2857D0
Tints of Cerulean Blue #2857D0
RGB
CMYK
RGB Variations
Color information
#2857D0 (or 0x2857D0) is known color: Cerulean Blue. HEX triplet: 28, 57 and D0. RGB value is (40,87,208). Sum of RGB (Red+Green+Blue) = 40+87+208=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 208 (81.64% from 255 or 62.09% from 335); Max value from RGB is 208 - color contains mainly: blue. Hex color #2857D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857D0 is #D7A82F. Grayscale: #565656. Windows color (decimal): -14133296 or 13653800. OLE color: 13653800.
HSL color Cylindrical-coordinate representation of color #2857D0: hue angle of 223.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2857D0 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 87 | 208 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.18 |
| HSL | 223.21º | 0.68% | 0.49% | - |
| HSV(B) | 223.21º | 0.81% | 0.82% | - |
| XYZ | 15.67 | 11.82 | 61.13 | - |
| YUV | 86.74 | 196.43 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 208 | 0.81 | 0.58 | 0 | 0.18 | 223.21 | 0.68 | 0.49 |
| Hex | 28 | 57 | D0 | 51 | 3A | 0 | 12 | DF | 44 | 31 |
| Octal | 50 | 127 | 320 | 121 | 72 | 0 | 22 | 337 | 104 | 61 |
| Binary | 101000 | 1010111 | 11010000 | 1010001 | 111010 | 0 | 10010 | 11011111 | 1000100 | 110001 |
Color Harmonies of #2857D0
Complementary color
Monochromatic Colors of #2857D0
Black with #2857D0
Text Example
Text Example
White with #2857D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2857D0; }
p { color: rgb(40,87,208); }
H1.HeaderClassName
{
color: #2857D0;
}
.AnyTagClassName
{
color: #2857D0;
}
</style>
background-color css
<style>
a { background-color: #2857D0; }
a { background-color: rgb(40,87,208); }
div.DivClassName
{
background-color: #2857D0;
}
.BgClassName
{
background-color: #2857D0;
}
</style>
border-color css
<style>
span { border-color: #2857D0; }
span { border-color: rgb(40,87,208); }
td.TdClassName
{
border-color: #2857D0;
}
.TagClassName
{
border-color: #2857D0;
}
</style>