Shades of Cerulean Blue #2856DA
Tints of Cerulean Blue #2856DA
RGB
CMYK
RGB Variations
Color information
#2856DA (or 0x2856DA) is known color: Cerulean Blue. HEX triplet: 28, 56 and DA. RGB value is (40,86,218). Sum of RGB (Red+Green+Blue) = 40+86+218=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #2856DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856DA is #D7A925. Grayscale: #565656. Windows color (decimal): -14133542 or 14308904. OLE color: 14308904.
HSL color Cylindrical-coordinate representation of color #2856DA: hue angle of 224.49º 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 #2856DA is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 86 | 218 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.15 |
| HSL | 224.49º | 0.71% | 0.51% | - |
| HSV(B) | 224.49º | 0.82% | 0.85% | - |
| XYZ | 16.86 | 12.17 | 67.79 | - |
| YUV | 87.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 218 | 0.82 | 0.61 | 0 | 0.15 | 224.49 | 0.71 | 0.51 |
| Hex | 28 | 56 | DA | 52 | 3D | 0 | F | E0 | 47 | 33 |
| Octal | 50 | 126 | 332 | 122 | 75 | 0 | 17 | 340 | 107 | 63 |
| Binary | 101000 | 1010110 | 11011010 | 1010010 | 111101 | 0 | 1111 | 11100000 | 1000111 | 110011 |
Color Harmonies of #2856DA
Complementary color
Monochromatic Colors of #2856DA
Black with #2856DA
Text Example
Text Example
White with #2856DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2856DA; }
p { color: rgb(40,86,218); }
H1.HeaderClassName
{
color: #2856DA;
}
.AnyTagClassName
{
color: #2856DA;
}
</style>
background-color css
<style>
a { background-color: #2856DA; }
a { background-color: rgb(40,86,218); }
div.DivClassName
{
background-color: #2856DA;
}
.BgClassName
{
background-color: #2856DA;
}
</style>
border-color css
<style>
span { border-color: #2856DA; }
span { border-color: rgb(40,86,218); }
td.TdClassName
{
border-color: #2856DA;
}
.TagClassName
{
border-color: #2856DA;
}
</style>