Shades of Cerulean Blue #2D4ED0
Tints of Cerulean Blue #2D4ED0
RGB
CMYK
RGB Variations
Color information
#2D4ED0 (or 0x2D4ED0) is known color: Cerulean Blue. HEX triplet: 2D, 4E and D0. RGB value is (45,78,208). Sum of RGB (Red+Green+Blue) = 45+78+208=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 208 (81.64% from 255 or 62.84% from 331); Max value from RGB is 208 - color contains mainly: blue. Hex color #2D4ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4ED0 is #D2B12F. Grayscale: #525252. Windows color (decimal): -13807920 or 13651501. OLE color: 13651501.
HSL color Cylindrical-coordinate representation of color #2D4ED0: hue angle of 227.85º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D4ED0 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 78 | 208 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.18 |
| HSL | 227.85º | 0.64% | 0.5% | - |
| HSV(B) | 227.85º | 0.78% | 0.82% | - |
| XYZ | 15.19 | 10.56 | 60.91 | - |
| YUV | 82.95 | 198.57 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 208 | 0.78 | 0.62 | 0 | 0.18 | 227.85 | 0.64 | 0.5 |
| Hex | 2D | 4E | D0 | 4E | 3E | 0 | 12 | E4 | 40 | 32 |
| Octal | 55 | 116 | 320 | 116 | 76 | 0 | 22 | 344 | 100 | 62 |
| Binary | 101101 | 1001110 | 11010000 | 1001110 | 111110 | 0 | 10010 | 11100100 | 1000000 | 110010 |
Color Harmonies of #2D4ED0
Complementary color
Monochromatic Colors of #2D4ED0
Black with #2D4ED0
Text Example
Text Example
White with #2D4ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4ED0; }
p { color: rgb(45,78,208); }
H1.HeaderClassName
{
color: #2D4ED0;
}
.AnyTagClassName
{
color: #2D4ED0;
}
</style>
background-color css
<style>
a { background-color: #2D4ED0; }
a { background-color: rgb(45,78,208); }
div.DivClassName
{
background-color: #2D4ED0;
}
.BgClassName
{
background-color: #2D4ED0;
}
</style>
border-color css
<style>
span { border-color: #2D4ED0; }
span { border-color: rgb(45,78,208); }
td.TdClassName
{
border-color: #2D4ED0;
}
.TagClassName
{
border-color: #2D4ED0;
}
</style>