Shades of Cerulean Blue #2D4DDC
Tints of Cerulean Blue #2D4DDC
RGB
CMYK
RGB Variations
Color information
#2D4DDC (or 0x2D4DDC) is known color: Cerulean Blue. HEX triplet: 2D, 4D and DC. RGB value is (45,77,220). Sum of RGB (Red+Green+Blue) = 45+77+220=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D4DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4DDC is #D2B223. Grayscale: #535353. Windows color (decimal): -13808164 or 14437677. OLE color: 14437677.
HSL color Cylindrical-coordinate representation of color #2D4DDC: hue angle of 229.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D4DDC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 77 | 220 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.14 |
| HSL | 229.03º | 0.71% | 0.52% | - |
| HSV(B) | 229.03º | 0.8% | 0.86% | - |
| XYZ | 16.65 | 11.03 | 68.96 | - |
| YUV | 83.73 | 204.9 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 77 | 220 | 0.80 | 0.65 | 0 | 0.14 | 229.03 | 0.71 | 0.52 |
| Hex | 2D | 4D | DC | 50 | 41 | 0 | E | E5 | 47 | 34 |
| Octal | 55 | 115 | 334 | 120 | 101 | 0 | 16 | 345 | 107 | 64 |
| Binary | 101101 | 1001101 | 11011100 | 1010000 | 1000001 | 0 | 1110 | 11100101 | 1000111 | 110100 |
Color Harmonies of #2D4DDC
Complementary color
Monochromatic Colors of #2D4DDC
Black with #2D4DDC
Text Example
Text Example
White with #2D4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4DDC; }
p { color: rgb(45,77,220); }
H1.HeaderClassName
{
color: #2D4DDC;
}
.AnyTagClassName
{
color: #2D4DDC;
}
</style>
background-color css
<style>
a { background-color: #2D4DDC; }
a { background-color: rgb(45,77,220); }
div.DivClassName
{
background-color: #2D4DDC;
}
.BgClassName
{
background-color: #2D4DDC;
}
</style>
border-color css
<style>
span { border-color: #2D4DDC; }
span { border-color: rgb(45,77,220); }
td.TdClassName
{
border-color: #2D4DDC;
}
.TagClassName
{
border-color: #2D4DDC;
}
</style>