Shades of Cerulean Blue #2852DD
Tints of Cerulean Blue #2852DD
RGB
CMYK
RGB Variations
Color information
#2852DD (or 0x2852DD) is known color: Cerulean Blue. HEX triplet: 28, 52 and DD. RGB value is (40,82,221). Sum of RGB (Red+Green+Blue) = 40+82+221=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #2852DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852DD is #D7AD22. Grayscale: #545454. Windows color (decimal): -14134563 or 14504488. OLE color: 14504488.
HSL color Cylindrical-coordinate representation of color #2852DD: hue angle of 226.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 #2852DD is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 82 | 221 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.13 |
| HSL | 226.08º | 0.73% | 0.51% | - |
| HSV(B) | 226.08º | 0.82% | 0.87% | - |
| XYZ | 16.94 | 11.71 | 69.77 | - |
| YUV | 85.29 | 204.59 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 221 | 0.82 | 0.63 | 0 | 0.13 | 226.08 | 0.73 | 0.51 |
| Hex | 28 | 52 | DD | 52 | 3F | 0 | D | E2 | 49 | 33 |
| Octal | 50 | 122 | 335 | 122 | 77 | 0 | 15 | 342 | 111 | 63 |
| Binary | 101000 | 1010010 | 11011101 | 1010010 | 111111 | 0 | 1101 | 11100010 | 1001001 | 110011 |
Color Harmonies of #2852DD
Complementary color
Monochromatic Colors of #2852DD
Black with #2852DD
Text Example
Text Example
White with #2852DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852DD; }
p { color: rgb(40,82,221); }
H1.HeaderClassName
{
color: #2852DD;
}
.AnyTagClassName
{
color: #2852DD;
}
</style>
background-color css
<style>
a { background-color: #2852DD; }
a { background-color: rgb(40,82,221); }
div.DivClassName
{
background-color: #2852DD;
}
.BgClassName
{
background-color: #2852DD;
}
</style>
border-color css
<style>
span { border-color: #2852DD; }
span { border-color: rgb(40,82,221); }
td.TdClassName
{
border-color: #2852DD;
}
.TagClassName
{
border-color: #2852DD;
}
</style>