Shades of Cerulean Blue #2855DD
Tints of Cerulean Blue #2855DD
RGB
CMYK
RGB Variations
Color information
#2855DD (or 0x2855DD) is known color: Cerulean Blue. HEX triplet: 28, 55 and DD. RGB value is (40,85,221). Sum of RGB (Red+Green+Blue) = 40+85+221=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #2855DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855DD is #D7AA22. Grayscale: #565656. Windows color (decimal): -14133795 or 14505256. OLE color: 14505256.
HSL color Cylindrical-coordinate representation of color #2855DD: hue angle of 225.08º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2855DD is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 85 | 221 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.13 |
| HSL | 225.08º | 0.73% | 0.51% | - |
| HSV(B) | 225.08º | 0.82% | 0.87% | - |
| XYZ | 17.17 | 12.17 | 69.85 | - |
| YUV | 87.05 | 203.59 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 221 | 0.82 | 0.62 | 0 | 0.13 | 225.08 | 0.73 | 0.51 |
| Hex | 28 | 55 | DD | 52 | 3E | 0 | D | E1 | 49 | 33 |
| Octal | 50 | 125 | 335 | 122 | 76 | 0 | 15 | 341 | 111 | 63 |
| Binary | 101000 | 1010101 | 11011101 | 1010010 | 111110 | 0 | 1101 | 11100001 | 1001001 | 110011 |
Color Harmonies of #2855DD
Complementary color
Monochromatic Colors of #2855DD
Black with #2855DD
Text Example
Text Example
White with #2855DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2855DD; }
p { color: rgb(40,85,221); }
H1.HeaderClassName
{
color: #2855DD;
}
.AnyTagClassName
{
color: #2855DD;
}
</style>
background-color css
<style>
a { background-color: #2855DD; }
a { background-color: rgb(40,85,221); }
div.DivClassName
{
background-color: #2855DD;
}
.BgClassName
{
background-color: #2855DD;
}
</style>
border-color css
<style>
span { border-color: #2855DD; }
span { border-color: rgb(40,85,221); }
td.TdClassName
{
border-color: #2855DD;
}
.TagClassName
{
border-color: #2855DD;
}
</style>