Shades of Cerulean Blue #2855BD
Tints of Cerulean Blue #2855BD
RGB
CMYK
RGB Variations
Color information
#2855BD (or 0x2855BD) is known color: Cerulean Blue. HEX triplet: 28, 55 and BD. RGB value is (40,85,189). Sum of RGB (Red+Green+Blue) = 40+85+189=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #2855BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855BD is #D7AA42. Grayscale: #525252. Windows color (decimal): -14133827 or 12408104. OLE color: 12408104.
HSL color Cylindrical-coordinate representation of color #2855BD: hue angle of 221.88º 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 #2855BD is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 85 | 189 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.26 |
| HSL | 221.88º | 0.65% | 0.45% | - |
| HSV(B) | 221.88º | 0.79% | 0.74% | - |
| XYZ | 13.31 | 10.62 | 49.49 | - |
| YUV | 83.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 189 | 0.79 | 0.55 | 0 | 0.26 | 221.88 | 0.65 | 0.45 |
| Hex | 28 | 55 | BD | 4F | 37 | 0 | 1A | DE | 41 | 2D |
| Octal | 50 | 125 | 275 | 117 | 67 | 0 | 32 | 336 | 101 | 55 |
| Binary | 101000 | 1010101 | 10111101 | 1001111 | 110111 | 0 | 11010 | 11011110 | 1000001 | 101101 |
Color Harmonies of #2855BD
Complementary color
Monochromatic Colors of #2855BD
Black with #2855BD
Text Example
Text Example
White with #2855BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2855BD; }
p { color: rgb(40,85,189); }
H1.HeaderClassName
{
color: #2855BD;
}
.AnyTagClassName
{
color: #2855BD;
}
</style>
background-color css
<style>
a { background-color: #2855BD; }
a { background-color: rgb(40,85,189); }
div.DivClassName
{
background-color: #2855BD;
}
.BgClassName
{
background-color: #2855BD;
}
</style>
border-color css
<style>
span { border-color: #2855BD; }
span { border-color: rgb(40,85,189); }
td.TdClassName
{
border-color: #2855BD;
}
.TagClassName
{
border-color: #2855BD;
}
</style>