Shades of Cerulean Blue #2D4DCA
Tints of Cerulean Blue #2D4DCA
RGB
CMYK
RGB Variations
Color information
#2D4DCA (or 0x2D4DCA) is known color: Cerulean Blue. HEX triplet: 2D, 4D and CA. RGB value is (45,77,202). Sum of RGB (Red+Green+Blue) = 45+77+202=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D4DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4DCA is #D2B235. Grayscale: #515151. Windows color (decimal): -13808182 or 13258029. OLE color: 13258029.
HSL color Cylindrical-coordinate representation of color #2D4DCA: hue angle of 227.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D4DCA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 77 | 202 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.21 |
| HSL | 227.77º | 0.64% | 0.48% | - |
| HSV(B) | 227.77º | 0.78% | 0.79% | - |
| XYZ | 14.4 | 10.13 | 57.07 | - |
| YUV | 81.68 | 195.9 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 77 | 202 | 0.78 | 0.62 | 0 | 0.21 | 227.77 | 0.64 | 0.48 |
| Hex | 2D | 4D | CA | 4E | 3E | 0 | 15 | E4 | 40 | 30 |
| Octal | 55 | 115 | 312 | 116 | 76 | 0 | 25 | 344 | 100 | 60 |
| Binary | 101101 | 1001101 | 11001010 | 1001110 | 111110 | 0 | 10101 | 11100100 | 1000000 | 110000 |
Color Harmonies of #2D4DCA
Complementary color
Monochromatic Colors of #2D4DCA
Black with #2D4DCA
Text Example
Text Example
White with #2D4DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4DCA; }
p { color: rgb(45,77,202); }
H1.HeaderClassName
{
color: #2D4DCA;
}
.AnyTagClassName
{
color: #2D4DCA;
}
</style>
background-color css
<style>
a { background-color: #2D4DCA; }
a { background-color: rgb(45,77,202); }
div.DivClassName
{
background-color: #2D4DCA;
}
.BgClassName
{
background-color: #2D4DCA;
}
</style>
border-color css
<style>
span { border-color: #2D4DCA; }
span { border-color: rgb(45,77,202); }
td.TdClassName
{
border-color: #2D4DCA;
}
.TagClassName
{
border-color: #2D4DCA;
}
</style>