Shades of Cerulean Blue #2852BD
Tints of Cerulean Blue #2852BD
RGB
CMYK
RGB Variations
Color information
#2852BD (or 0x2852BD) is known color: Cerulean Blue. HEX triplet: 28, 52 and BD. RGB value is (40,82,189). Sum of RGB (Red+Green+Blue) = 40+82+189=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #2852BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852BD is #D7AD42. Grayscale: #515151. Windows color (decimal): -14134595 or 12407336. OLE color: 12407336.
HSL color Cylindrical-coordinate representation of color #2852BD: hue angle of 223.09º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2852BD is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 82 | 189 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.26 |
| HSL | 223.09º | 0.65% | 0.45% | - |
| HSV(B) | 223.09º | 0.79% | 0.74% | - |
| XYZ | 13.08 | 10.16 | 49.42 | - |
| YUV | 81.64 | 188.59 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 189 | 0.79 | 0.57 | 0 | 0.26 | 223.09 | 0.65 | 0.45 |
| Hex | 28 | 52 | BD | 4F | 39 | 0 | 1A | DF | 41 | 2D |
| Octal | 50 | 122 | 275 | 117 | 71 | 0 | 32 | 337 | 101 | 55 |
| Binary | 101000 | 1010010 | 10111101 | 1001111 | 111001 | 0 | 11010 | 11011111 | 1000001 | 101101 |
Color Harmonies of #2852BD
Complementary color
Monochromatic Colors of #2852BD
Black with #2852BD
Text Example
Text Example
White with #2852BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852BD; }
p { color: rgb(40,82,189); }
H1.HeaderClassName
{
color: #2852BD;
}
.AnyTagClassName
{
color: #2852BD;
}
</style>
background-color css
<style>
a { background-color: #2852BD; }
a { background-color: rgb(40,82,189); }
div.DivClassName
{
background-color: #2852BD;
}
.BgClassName
{
background-color: #2852BD;
}
</style>
border-color css
<style>
span { border-color: #2852BD; }
span { border-color: rgb(40,82,189); }
td.TdClassName
{
border-color: #2852BD;
}
.TagClassName
{
border-color: #2852BD;
}
</style>