Shades of Cerulean Blue #2C5DBD
Tints of Cerulean Blue #2C5DBD
RGB
CMYK
RGB Variations
Color information
#2C5DBD (or 0x2C5DBD) is known color: Cerulean Blue. HEX triplet: 2C, 5D and BD. RGB value is (44,93,189). Sum of RGB (Red+Green+Blue) = 44+93+189=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C5DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5DBD is #D3A242. Grayscale: #585858. Windows color (decimal): -13869635 or 12410156. OLE color: 12410156.
HSL color Cylindrical-coordinate representation of color #2C5DBD: hue angle of 219.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C5DBD is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 93 | 189 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.26 |
| HSL | 219.72º | 0.62% | 0.46% | - |
| HSV(B) | 219.72º | 0.77% | 0.74% | - |
| XYZ | 14.14 | 12.04 | 49.72 | - |
| YUV | 89.29 | 184.27 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 93 | 189 | 0.77 | 0.51 | 0 | 0.26 | 219.72 | 0.62 | 0.46 |
| Hex | 2C | 5D | BD | 4D | 33 | 0 | 1A | DC | 3E | 2E |
| Octal | 54 | 135 | 275 | 115 | 63 | 0 | 32 | 334 | 76 | 56 |
| Binary | 101100 | 1011101 | 10111101 | 1001101 | 110011 | 0 | 11010 | 11011100 | 111110 | 101110 |
Color Harmonies of #2C5DBD
Complementary color
Monochromatic Colors of #2C5DBD
Black with #2C5DBD
Text Example
Text Example
White with #2C5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5DBD; }
p { color: rgb(44,93,189); }
H1.HeaderClassName
{
color: #2C5DBD;
}
.AnyTagClassName
{
color: #2C5DBD;
}
</style>
background-color css
<style>
a { background-color: #2C5DBD; }
a { background-color: rgb(44,93,189); }
div.DivClassName
{
background-color: #2C5DBD;
}
.BgClassName
{
background-color: #2C5DBD;
}
</style>
border-color css
<style>
span { border-color: #2C5DBD; }
span { border-color: rgb(44,93,189); }
td.TdClassName
{
border-color: #2C5DBD;
}
.TagClassName
{
border-color: #2C5DBD;
}
</style>