Shades of Cerulean Blue #2C4EDB
Tints of Cerulean Blue #2C4EDB
RGB
CMYK
RGB Variations
Color information
#2C4EDB (or 0x2C4EDB) is known color: Cerulean Blue. HEX triplet: 2C, 4E and DB. RGB value is (44,78,219). Sum of RGB (Red+Green+Blue) = 44+78+219=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C4EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4EDB is #D3B124. Grayscale: #535353. Windows color (decimal): -13873445 or 14372396. OLE color: 14372396.
HSL color Cylindrical-coordinate representation of color #2C4EDB: hue angle of 228.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4EDB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 78 | 219 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.14 |
| HSL | 228.34º | 0.71% | 0.52% | - |
| HSV(B) | 228.34º | 0.8% | 0.86% | - |
| XYZ | 16.55 | 11.1 | 68.29 | - |
| YUV | 83.91 | 204.24 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 219 | 0.80 | 0.64 | 0 | 0.14 | 228.34 | 0.71 | 0.52 |
| Hex | 2C | 4E | DB | 50 | 40 | 0 | E | E4 | 47 | 34 |
| Octal | 54 | 116 | 333 | 120 | 100 | 0 | 16 | 344 | 107 | 64 |
| Binary | 101100 | 1001110 | 11011011 | 1010000 | 1000000 | 0 | 1110 | 11100100 | 1000111 | 110100 |
Color Harmonies of #2C4EDB
Complementary color
Monochromatic Colors of #2C4EDB
Black with #2C4EDB
Text Example
Text Example
White with #2C4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4EDB; }
p { color: rgb(44,78,219); }
H1.HeaderClassName
{
color: #2C4EDB;
}
.AnyTagClassName
{
color: #2C4EDB;
}
</style>
background-color css
<style>
a { background-color: #2C4EDB; }
a { background-color: rgb(44,78,219); }
div.DivClassName
{
background-color: #2C4EDB;
}
.BgClassName
{
background-color: #2C4EDB;
}
</style>
border-color css
<style>
span { border-color: #2C4EDB; }
span { border-color: rgb(44,78,219); }
td.TdClassName
{
border-color: #2C4EDB;
}
.TagClassName
{
border-color: #2C4EDB;
}
</style>