Shades of Cerulean Blue #2C4DDF
Tints of Cerulean Blue #2C4DDF
RGB
CMYK
RGB Variations
Color information
#2C4DDF (or 0x2C4DDF) is known color: Cerulean Blue. HEX triplet: 2C, 4D and DF. RGB value is (44,77,223). Sum of RGB (Red+Green+Blue) = 44+77+223=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4DDF is #D3B220. Grayscale: #535353. Windows color (decimal): -13873697 or 14634284. OLE color: 14634284.
HSL color Cylindrical-coordinate representation of color #2C4DDF: hue angle of 228.94º degrees, saturation: 0.74, 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 #2C4DDF is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 77 | 223 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.13 |
| HSL | 228.94º | 0.74% | 0.52% | - |
| HSV(B) | 228.94º | 0.8% | 0.87% | - |
| XYZ | 17.01 | 11.17 | 71.07 | - |
| YUV | 83.78 | 206.57 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 223 | 0.80 | 0.65 | 0 | 0.13 | 228.94 | 0.74 | 0.52 |
| Hex | 2C | 4D | DF | 50 | 41 | 0 | D | E5 | 4A | 34 |
| Octal | 54 | 115 | 337 | 120 | 101 | 0 | 15 | 345 | 112 | 64 |
| Binary | 101100 | 1001101 | 11011111 | 1010000 | 1000001 | 0 | 1101 | 11100101 | 1001010 | 110100 |
Color Harmonies of #2C4DDF
Complementary color
Monochromatic Colors of #2C4DDF
Black with #2C4DDF
Text Example
Text Example
White with #2C4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4DDF; }
p { color: rgb(44,77,223); }
H1.HeaderClassName
{
color: #2C4DDF;
}
.AnyTagClassName
{
color: #2C4DDF;
}
</style>
background-color css
<style>
a { background-color: #2C4DDF; }
a { background-color: rgb(44,77,223); }
div.DivClassName
{
background-color: #2C4DDF;
}
.BgClassName
{
background-color: #2C4DDF;
}
</style>
border-color css
<style>
span { border-color: #2C4DDF; }
span { border-color: rgb(44,77,223); }
td.TdClassName
{
border-color: #2C4DDF;
}
.TagClassName
{
border-color: #2C4DDF;
}
</style>