Shades of Cerulean Blue #2854DD
Tints of Cerulean Blue #2854DD
RGB
CMYK
RGB Variations
Color information
#2854DD (or 0x2854DD) is known color: Cerulean Blue. HEX triplet: 28, 54 and DD. RGB value is (40,84,221). Sum of RGB (Red+Green+Blue) = 40+84+221=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #2854DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2854DD is #D7AB22. Grayscale: #555555. Windows color (decimal): -14134051 or 14505000. OLE color: 14505000.
HSL color Cylindrical-coordinate representation of color #2854DD: hue angle of 225.41º 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 #2854DD is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 84 | 221 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.13 |
| HSL | 225.41º | 0.73% | 0.51% | - |
| HSV(B) | 225.41º | 0.82% | 0.87% | - |
| XYZ | 17.1 | 12.01 | 69.82 | - |
| YUV | 86.46 | 203.92 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 221 | 0.82 | 0.62 | 0 | 0.13 | 225.41 | 0.73 | 0.51 |
| Hex | 28 | 54 | DD | 52 | 3E | 0 | D | E1 | 49 | 33 |
| Octal | 50 | 124 | 335 | 122 | 76 | 0 | 15 | 341 | 111 | 63 |
| Binary | 101000 | 1010100 | 11011101 | 1010010 | 111110 | 0 | 1101 | 11100001 | 1001001 | 110011 |
Color Harmonies of #2854DD
Complementary color
Monochromatic Colors of #2854DD
Black with #2854DD
Text Example
Text Example
White with #2854DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2854DD; }
p { color: rgb(40,84,221); }
H1.HeaderClassName
{
color: #2854DD;
}
.AnyTagClassName
{
color: #2854DD;
}
</style>
background-color css
<style>
a { background-color: #2854DD; }
a { background-color: rgb(40,84,221); }
div.DivClassName
{
background-color: #2854DD;
}
.BgClassName
{
background-color: #2854DD;
}
</style>
border-color css
<style>
span { border-color: #2854DD; }
span { border-color: rgb(40,84,221); }
td.TdClassName
{
border-color: #2854DD;
}
.TagClassName
{
border-color: #2854DD;
}
</style>