Shades of Cerulean Blue #2D4EDD
Tints of Cerulean Blue #2D4EDD
RGB
CMYK
RGB Variations
Color information
#2D4EDD (or 0x2D4EDD) is known color: Cerulean Blue. HEX triplet: 2D, 4E and DD. RGB value is (45,78,221). Sum of RGB (Red+Green+Blue) = 45+78+221=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4EDD is #D2B122. Grayscale: #535353. Windows color (decimal): -13807907 or 14503469. OLE color: 14503469.
HSL color Cylindrical-coordinate representation of color #2D4EDD: hue angle of 228.75º 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 #2D4EDD is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 78 | 221 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.13 |
| HSL | 228.75º | 0.72% | 0.52% | - |
| HSV(B) | 228.75º | 0.8% | 0.87% | - |
| XYZ | 16.86 | 11.23 | 69.69 | - |
| YUV | 84.44 | 205.07 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 221 | 0.80 | 0.65 | 0 | 0.13 | 228.75 | 0.72 | 0.52 |
| Hex | 2D | 4E | DD | 50 | 41 | 0 | D | E5 | 48 | 34 |
| Octal | 55 | 116 | 335 | 120 | 101 | 0 | 15 | 345 | 110 | 64 |
| Binary | 101101 | 1001110 | 11011101 | 1010000 | 1000001 | 0 | 1101 | 11100101 | 1001000 | 110100 |
Color Harmonies of #2D4EDD
Complementary color
Monochromatic Colors of #2D4EDD
Black with #2D4EDD
Text Example
Text Example
White with #2D4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4EDD; }
p { color: rgb(45,78,221); }
H1.HeaderClassName
{
color: #2D4EDD;
}
.AnyTagClassName
{
color: #2D4EDD;
}
</style>
background-color css
<style>
a { background-color: #2D4EDD; }
a { background-color: rgb(45,78,221); }
div.DivClassName
{
background-color: #2D4EDD;
}
.BgClassName
{
background-color: #2D4EDD;
}
</style>
border-color css
<style>
span { border-color: #2D4EDD; }
span { border-color: rgb(45,78,221); }
td.TdClassName
{
border-color: #2D4EDD;
}
.TagClassName
{
border-color: #2D4EDD;
}
</style>