Shades of Cerulean Blue #2D4EDC
Tints of Cerulean Blue #2D4EDC
RGB
CMYK
RGB Variations
Color information
#2D4EDC (or 0x2D4EDC) is known color: Cerulean Blue. HEX triplet: 2D, 4E and DC. RGB value is (45,78,220). Sum of RGB (Red+Green+Blue) = 45+78+220=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D4EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4EDC is #D2B123. Grayscale: #535353. Windows color (decimal): -13807908 or 14437933. OLE color: 14437933.
HSL color Cylindrical-coordinate representation of color #2D4EDC: hue angle of 228.69º 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 #2D4EDC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 78 | 220 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.14 |
| HSL | 228.69º | 0.71% | 0.52% | - |
| HSV(B) | 228.69º | 0.8% | 0.86% | - |
| XYZ | 16.72 | 11.17 | 68.99 | - |
| YUV | 84.32 | 204.57 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 220 | 0.80 | 0.65 | 0 | 0.14 | 228.69 | 0.71 | 0.52 |
| Hex | 2D | 4E | DC | 50 | 41 | 0 | E | E5 | 47 | 34 |
| Octal | 55 | 116 | 334 | 120 | 101 | 0 | 16 | 345 | 107 | 64 |
| Binary | 101101 | 1001110 | 11011100 | 1010000 | 1000001 | 0 | 1110 | 11100101 | 1000111 | 110100 |
Color Harmonies of #2D4EDC
Complementary color
Monochromatic Colors of #2D4EDC
Black with #2D4EDC
Text Example
Text Example
White with #2D4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4EDC; }
p { color: rgb(45,78,220); }
H1.HeaderClassName
{
color: #2D4EDC;
}
.AnyTagClassName
{
color: #2D4EDC;
}
</style>
background-color css
<style>
a { background-color: #2D4EDC; }
a { background-color: rgb(45,78,220); }
div.DivClassName
{
background-color: #2D4EDC;
}
.BgClassName
{
background-color: #2D4EDC;
}
</style>
border-color css
<style>
span { border-color: #2D4EDC; }
span { border-color: rgb(45,78,220); }
td.TdClassName
{
border-color: #2D4EDC;
}
.TagClassName
{
border-color: #2D4EDC;
}
</style>