Shades of Cerulean Blue #2C4DD7
Tints of Cerulean Blue #2C4DD7
RGB
CMYK
RGB Variations
Color information
#2C4DD7 (or 0x2C4DD7) is known color: Cerulean Blue. HEX triplet: 2C, 4D and D7. RGB value is (44,77,215). Sum of RGB (Red+Green+Blue) = 44+77+215=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #2C4DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4DD7 is #D3B228. Grayscale: #525252. Windows color (decimal): -13873705 or 14109996. OLE color: 14109996.
HSL color Cylindrical-coordinate representation of color #2C4DD7: hue angle of 228.42º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4DD7 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 77 | 215 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.16 |
| HSL | 228.42º | 0.68% | 0.51% | - |
| HSV(B) | 228.42º | 0.8% | 0.84% | - |
| XYZ | 15.96 | 10.75 | 65.52 | - |
| YUV | 82.87 | 202.57 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 215 | 0.80 | 0.64 | 0 | 0.16 | 228.42 | 0.68 | 0.51 |
| Hex | 2C | 4D | D7 | 50 | 40 | 0 | 10 | E4 | 44 | 33 |
| Octal | 54 | 115 | 327 | 120 | 100 | 0 | 20 | 344 | 104 | 63 |
| Binary | 101100 | 1001101 | 11010111 | 1010000 | 1000000 | 0 | 10000 | 11100100 | 1000100 | 110011 |
Color Harmonies of #2C4DD7
Complementary color
Monochromatic Colors of #2C4DD7
Black with #2C4DD7
Text Example
Text Example
White with #2C4DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4DD7; }
p { color: rgb(44,77,215); }
H1.HeaderClassName
{
color: #2C4DD7;
}
.AnyTagClassName
{
color: #2C4DD7;
}
</style>
background-color css
<style>
a { background-color: #2C4DD7; }
a { background-color: rgb(44,77,215); }
div.DivClassName
{
background-color: #2C4DD7;
}
.BgClassName
{
background-color: #2C4DD7;
}
</style>
border-color css
<style>
span { border-color: #2C4DD7; }
span { border-color: rgb(44,77,215); }
td.TdClassName
{
border-color: #2C4DD7;
}
.TagClassName
{
border-color: #2C4DD7;
}
</style>