Shades of Cerulean Blue #2A4EDB
Tints of Cerulean Blue #2A4EDB
RGB
CMYK
RGB Variations
Color information
#2A4EDB (or 0x2A4EDB) is known color: Cerulean Blue. HEX triplet: 2A, 4E and DB. RGB value is (42,78,219). Sum of RGB (Red+Green+Blue) = 42+78+219=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A4EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4EDB is #D5B124. Grayscale: #525252. Windows color (decimal): -14004517 or 14372394. OLE color: 14372394.
HSL color Cylindrical-coordinate representation of color #2A4EDB: hue angle of 227.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A4EDB is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 78 | 219 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.14 |
| HSL | 227.8º | 0.71% | 0.51% | - |
| HSV(B) | 227.8º | 0.81% | 0.86% | - |
| XYZ | 16.47 | 11.06 | 68.28 | - |
| YUV | 83.31 | 204.57 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 219 | 0.81 | 0.64 | 0 | 0.14 | 227.8 | 0.71 | 0.51 |
| Hex | 2A | 4E | DB | 51 | 40 | 0 | E | E4 | 47 | 33 |
| Octal | 52 | 116 | 333 | 121 | 100 | 0 | 16 | 344 | 107 | 63 |
| Binary | 101010 | 1001110 | 11011011 | 1010001 | 1000000 | 0 | 1110 | 11100100 | 1000111 | 110011 |
Color Harmonies of #2A4EDB
Complementary color
Monochromatic Colors of #2A4EDB
Black with #2A4EDB
Text Example
Text Example
White with #2A4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4EDB; }
p { color: rgb(42,78,219); }
H1.HeaderClassName
{
color: #2A4EDB;
}
.AnyTagClassName
{
color: #2A4EDB;
}
</style>
background-color css
<style>
a { background-color: #2A4EDB; }
a { background-color: rgb(42,78,219); }
div.DivClassName
{
background-color: #2A4EDB;
}
.BgClassName
{
background-color: #2A4EDB;
}
</style>
border-color css
<style>
span { border-color: #2A4EDB; }
span { border-color: rgb(42,78,219); }
td.TdClassName
{
border-color: #2A4EDB;
}
.TagClassName
{
border-color: #2A4EDB;
}
</style>