Shades of Cerulean Blue #2853BC
Tints of Cerulean Blue #2853BC
RGB
CMYK
RGB Variations
Color information
#2853BC (or 0x2853BC) is known color: Cerulean Blue. HEX triplet: 28, 53 and BC. RGB value is (40,83,188). Sum of RGB (Red+Green+Blue) = 40+83+188=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #2853BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2853BC is #D7AC43. Grayscale: #515151. Windows color (decimal): -14134340 or 12342056. OLE color: 12342056.
HSL color Cylindrical-coordinate representation of color #2853BC: hue angle of 222.57º 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 #2853BC is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 83 | 188 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.26 |
| HSL | 222.57º | 0.65% | 0.45% | - |
| HSV(B) | 222.57º | 0.79% | 0.74% | - |
| XYZ | 13.05 | 10.27 | 48.87 | - |
| YUV | 82.11 | 187.75 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 188 | 0.79 | 0.56 | 0 | 0.26 | 222.57 | 0.65 | 0.45 |
| Hex | 28 | 53 | BC | 4F | 38 | 0 | 1A | DF | 41 | 2D |
| Octal | 50 | 123 | 274 | 117 | 70 | 0 | 32 | 337 | 101 | 55 |
| Binary | 101000 | 1010011 | 10111100 | 1001111 | 111000 | 0 | 11010 | 11011111 | 1000001 | 101101 |
Color Harmonies of #2853BC
Complementary color
Monochromatic Colors of #2853BC
Black with #2853BC
Text Example
Text Example
White with #2853BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2853BC; }
p { color: rgb(40,83,188); }
H1.HeaderClassName
{
color: #2853BC;
}
.AnyTagClassName
{
color: #2853BC;
}
</style>
background-color css
<style>
a { background-color: #2853BC; }
a { background-color: rgb(40,83,188); }
div.DivClassName
{
background-color: #2853BC;
}
.BgClassName
{
background-color: #2853BC;
}
</style>
border-color css
<style>
span { border-color: #2853BC; }
span { border-color: rgb(40,83,188); }
td.TdClassName
{
border-color: #2853BC;
}
.TagClassName
{
border-color: #2853BC;
}
</style>