Shades of Cerulean Blue #2A4DDB
Tints of Cerulean Blue #2A4DDB
RGB
CMYK
RGB Variations
Color information
#2A4DDB (or 0x2A4DDB) is known color: Cerulean Blue. HEX triplet: 2A, 4D and DB. RGB value is (42,77,219). Sum of RGB (Red+Green+Blue) = 42+77+219=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DDB is #D5B224. Grayscale: #525252. Windows color (decimal): -14004773 or 14372138. OLE color: 14372138.
HSL color Cylindrical-coordinate representation of color #2A4DDB: hue angle of 228.14º 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 #2A4DDB is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 77 | 219 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.14 |
| HSL | 228.14º | 0.71% | 0.51% | - |
| HSV(B) | 228.14º | 0.81% | 0.86% | - |
| XYZ | 16.39 | 10.91 | 68.26 | - |
| YUV | 82.72 | 204.9 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 219 | 0.81 | 0.65 | 0 | 0.14 | 228.14 | 0.71 | 0.51 |
| Hex | 2A | 4D | DB | 51 | 41 | 0 | E | E4 | 47 | 33 |
| Octal | 52 | 115 | 333 | 121 | 101 | 0 | 16 | 344 | 107 | 63 |
| Binary | 101010 | 1001101 | 11011011 | 1010001 | 1000001 | 0 | 1110 | 11100100 | 1000111 | 110011 |
Color Harmonies of #2A4DDB
Complementary color
Monochromatic Colors of #2A4DDB
Black with #2A4DDB
Text Example
Text Example
White with #2A4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4DDB; }
p { color: rgb(42,77,219); }
H1.HeaderClassName
{
color: #2A4DDB;
}
.AnyTagClassName
{
color: #2A4DDB;
}
</style>
background-color css
<style>
a { background-color: #2A4DDB; }
a { background-color: rgb(42,77,219); }
div.DivClassName
{
background-color: #2A4DDB;
}
.BgClassName
{
background-color: #2A4DDB;
}
</style>
border-color css
<style>
span { border-color: #2A4DDB; }
span { border-color: rgb(42,77,219); }
td.TdClassName
{
border-color: #2A4DDB;
}
.TagClassName
{
border-color: #2A4DDB;
}
</style>