Shades of Cerulean Blue #2852D1
Tints of Cerulean Blue #2852D1
RGB
CMYK
RGB Variations
Color information
#2852D1 (or 0x2852D1) is known color: Cerulean Blue. HEX triplet: 28, 52 and D1. RGB value is (40,82,209). Sum of RGB (Red+Green+Blue) = 40+82+209=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 209 (82.03% from 255 or 63.14% from 331); Max value from RGB is 209 - color contains mainly: blue. Hex color #2852D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852D1 is #D7AD2E. Grayscale: #535353. Windows color (decimal): -14134575 or 13718056. OLE color: 13718056.
HSL color Cylindrical-coordinate representation of color #2852D1: hue angle of 225.09º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2852D1 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 82 | 209 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.18 |
| HSL | 225.09º | 0.68% | 0.49% | - |
| HSV(B) | 225.09º | 0.81% | 0.82% | - |
| XYZ | 15.4 | 11.09 | 61.65 | - |
| YUV | 83.92 | 198.59 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 209 | 0.81 | 0.61 | 0 | 0.18 | 225.09 | 0.68 | 0.49 |
| Hex | 28 | 52 | D1 | 51 | 3D | 0 | 12 | E1 | 44 | 31 |
| Octal | 50 | 122 | 321 | 121 | 75 | 0 | 22 | 341 | 104 | 61 |
| Binary | 101000 | 1010010 | 11010001 | 1010001 | 111101 | 0 | 10010 | 11100001 | 1000100 | 110001 |
Color Harmonies of #2852D1
Complementary color
Monochromatic Colors of #2852D1
Black with #2852D1
Text Example
Text Example
White with #2852D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852D1; }
p { color: rgb(40,82,209); }
H1.HeaderClassName
{
color: #2852D1;
}
.AnyTagClassName
{
color: #2852D1;
}
</style>
background-color css
<style>
a { background-color: #2852D1; }
a { background-color: rgb(40,82,209); }
div.DivClassName
{
background-color: #2852D1;
}
.BgClassName
{
background-color: #2852D1;
}
</style>
border-color css
<style>
span { border-color: #2852D1; }
span { border-color: rgb(40,82,209); }
td.TdClassName
{
border-color: #2852D1;
}
.TagClassName
{
border-color: #2852D1;
}
</style>