Shades of Cerulean Blue #2B4EDB
Tints of Cerulean Blue #2B4EDB
RGB
CMYK
RGB Variations
Color information
#2B4EDB (or 0x2B4EDB) is known color: Cerulean Blue. HEX triplet: 2B, 4E and DB. RGB value is (43,78,219). Sum of RGB (Red+Green+Blue) = 43+78+219=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B4EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4EDB is #D4B124. Grayscale: #535353. Windows color (decimal): -13938981 or 14372395. OLE color: 14372395.
HSL color Cylindrical-coordinate representation of color #2B4EDB: hue angle of 228.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B4EDB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 78 | 219 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.14 |
| HSL | 228.07º | 0.71% | 0.51% | - |
| HSV(B) | 228.07º | 0.8% | 0.86% | - |
| XYZ | 16.51 | 11.08 | 68.29 | - |
| YUV | 83.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 219 | 0.80 | 0.64 | 0 | 0.14 | 228.07 | 0.71 | 0.51 |
| Hex | 2B | 4E | DB | 50 | 40 | 0 | E | E4 | 47 | 33 |
| Octal | 53 | 116 | 333 | 120 | 100 | 0 | 16 | 344 | 107 | 63 |
| Binary | 101011 | 1001110 | 11011011 | 1010000 | 1000000 | 0 | 1110 | 11100100 | 1000111 | 110011 |
Color Harmonies of #2B4EDB
Complementary color
Monochromatic Colors of #2B4EDB
Black with #2B4EDB
Text Example
Text Example
White with #2B4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4EDB; }
p { color: rgb(43,78,219); }
H1.HeaderClassName
{
color: #2B4EDB;
}
.AnyTagClassName
{
color: #2B4EDB;
}
</style>
background-color css
<style>
a { background-color: #2B4EDB; }
a { background-color: rgb(43,78,219); }
div.DivClassName
{
background-color: #2B4EDB;
}
.BgClassName
{
background-color: #2B4EDB;
}
</style>
border-color css
<style>
span { border-color: #2B4EDB; }
span { border-color: rgb(43,78,219); }
td.TdClassName
{
border-color: #2B4EDB;
}
.TagClassName
{
border-color: #2B4EDB;
}
</style>