Shades of Cerulean Blue #2D4DDB
Tints of Cerulean Blue #2D4DDB
RGB
CMYK
RGB Variations
Color information
#2D4DDB (or 0x2D4DDB) is known color: Cerulean Blue. HEX triplet: 2D, 4D and DB. RGB value is (45,77,219). Sum of RGB (Red+Green+Blue) = 45+77+219=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 77 (30.47% from 255 or 22.58% 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 #2D4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4DDB is #D2B224. Grayscale: #535353. Windows color (decimal): -13808165 or 14372141. OLE color: 14372141.
HSL color Cylindrical-coordinate representation of color #2D4DDB: hue angle of 228.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D4DDB is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 77 | 219 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.14 |
| HSL | 228.97º | 0.71% | 0.52% | - |
| HSV(B) | 228.97º | 0.79% | 0.86% | - |
| XYZ | 16.52 | 10.98 | 68.27 | - |
| YUV | 83.62 | 204.4 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 77 | 219 | 0.79 | 0.65 | 0 | 0.14 | 228.97 | 0.71 | 0.52 |
| Hex | 2D | 4D | DB | 4F | 41 | 0 | E | E5 | 47 | 34 |
| Octal | 55 | 115 | 333 | 117 | 101 | 0 | 16 | 345 | 107 | 64 |
| Binary | 101101 | 1001101 | 11011011 | 1001111 | 1000001 | 0 | 1110 | 11100101 | 1000111 | 110100 |
Color Harmonies of #2D4DDB
Complementary color
Monochromatic Colors of #2D4DDB
Black with #2D4DDB
Text Example
Text Example
White with #2D4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4DDB; }
p { color: rgb(45,77,219); }
H1.HeaderClassName
{
color: #2D4DDB;
}
.AnyTagClassName
{
color: #2D4DDB;
}
</style>
background-color css
<style>
a { background-color: #2D4DDB; }
a { background-color: rgb(45,77,219); }
div.DivClassName
{
background-color: #2D4DDB;
}
.BgClassName
{
background-color: #2D4DDB;
}
</style>
border-color css
<style>
span { border-color: #2D4DDB; }
span { border-color: rgb(45,77,219); }
td.TdClassName
{
border-color: #2D4DDB;
}
.TagClassName
{
border-color: #2D4DDB;
}
</style>