Shades of Cerulean Blue #2D4DDD
Tints of Cerulean Blue #2D4DDD
RGB
CMYK
RGB Variations
Color information
#2D4DDD (or 0x2D4DDD) is known color: Cerulean Blue. HEX triplet: 2D, 4D and DD. RGB value is (45,77,221). Sum of RGB (Red+Green+Blue) = 45+77+221=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D4DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4DDD is #D2B222. Grayscale: #535353. Windows color (decimal): -13808163 or 14503213. OLE color: 14503213.
HSL color Cylindrical-coordinate representation of color #2D4DDD: hue angle of 229.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D4DDD is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 77 | 221 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.13 |
| HSL | 229.09º | 0.72% | 0.52% | - |
| HSV(B) | 229.09º | 0.8% | 0.87% | - |
| XYZ | 16.79 | 11.09 | 69.66 | - |
| YUV | 83.85 | 205.4 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 77 | 221 | 0.80 | 0.65 | 0 | 0.13 | 229.09 | 0.72 | 0.52 |
| Hex | 2D | 4D | DD | 50 | 41 | 0 | D | E5 | 48 | 34 |
| Octal | 55 | 115 | 335 | 120 | 101 | 0 | 15 | 345 | 110 | 64 |
| Binary | 101101 | 1001101 | 11011101 | 1010000 | 1000001 | 0 | 1101 | 11100101 | 1001000 | 110100 |
Color Harmonies of #2D4DDD
Complementary color
Monochromatic Colors of #2D4DDD
Black with #2D4DDD
Text Example
Text Example
White with #2D4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4DDD; }
p { color: rgb(45,77,221); }
H1.HeaderClassName
{
color: #2D4DDD;
}
.AnyTagClassName
{
color: #2D4DDD;
}
</style>
background-color css
<style>
a { background-color: #2D4DDD; }
a { background-color: rgb(45,77,221); }
div.DivClassName
{
background-color: #2D4DDD;
}
.BgClassName
{
background-color: #2D4DDD;
}
</style>
border-color css
<style>
span { border-color: #2D4DDD; }
span { border-color: rgb(45,77,221); }
td.TdClassName
{
border-color: #2D4DDD;
}
.TagClassName
{
border-color: #2D4DDD;
}
</style>