Shades of Cerulean Blue #2852DA
Tints of Cerulean Blue #2852DA
RGB
CMYK
RGB Variations
Color information
#2852DA (or 0x2852DA) is known color: Cerulean Blue. HEX triplet: 28, 52 and DA. RGB value is (40,82,218). Sum of RGB (Red+Green+Blue) = 40+82+218=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #2852DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852DA is #D7AD25. Grayscale: #545454. Windows color (decimal): -14134566 or 14307880. OLE color: 14307880.
HSL color Cylindrical-coordinate representation of color #2852DA: hue angle of 225.84º 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 #2852DA is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 82 | 218 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.15 |
| HSL | 225.84º | 0.71% | 0.51% | - |
| HSV(B) | 225.84º | 0.82% | 0.85% | - |
| XYZ | 16.55 | 11.55 | 67.69 | - |
| YUV | 84.95 | 203.09 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 218 | 0.82 | 0.62 | 0 | 0.15 | 225.84 | 0.71 | 0.51 |
| Hex | 28 | 52 | DA | 52 | 3E | 0 | F | E2 | 47 | 33 |
| Octal | 50 | 122 | 332 | 122 | 76 | 0 | 17 | 342 | 107 | 63 |
| Binary | 101000 | 1010010 | 11011010 | 1010010 | 111110 | 0 | 1111 | 11100010 | 1000111 | 110011 |
Color Harmonies of #2852DA
Complementary color
Monochromatic Colors of #2852DA
Black with #2852DA
Text Example
Text Example
White with #2852DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852DA; }
p { color: rgb(40,82,218); }
H1.HeaderClassName
{
color: #2852DA;
}
.AnyTagClassName
{
color: #2852DA;
}
</style>
background-color css
<style>
a { background-color: #2852DA; }
a { background-color: rgb(40,82,218); }
div.DivClassName
{
background-color: #2852DA;
}
.BgClassName
{
background-color: #2852DA;
}
</style>
border-color css
<style>
span { border-color: #2852DA; }
span { border-color: rgb(40,82,218); }
td.TdClassName
{
border-color: #2852DA;
}
.TagClassName
{
border-color: #2852DA;
}
</style>