Shades of Cerulean Blue #2D5DCA
Tints of Cerulean Blue #2D5DCA
RGB
CMYK
RGB Variations
Color information
#2D5DCA (or 0x2D5DCA) is known color: Cerulean Blue. HEX triplet: 2D, 5D and CA. RGB value is (45,93,202). Sum of RGB (Red+Green+Blue) = 45+93+202=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D5DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5DCA is #D2A235. Grayscale: #5A5A5A. Windows color (decimal): -13804086 or 13262125. OLE color: 13262125.
HSL color Cylindrical-coordinate representation of color #2D5DCA: hue angle of 221.66º 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 #2D5DCA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 93 | 202 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.21 |
| HSL | 221.66º | 0.64% | 0.48% | - |
| HSV(B) | 221.66º | 0.78% | 0.79% | - |
| XYZ | 15.66 | 12.65 | 57.49 | - |
| YUV | 91.07 | 190.6 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 93 | 202 | 0.78 | 0.54 | 0 | 0.21 | 221.66 | 0.64 | 0.48 |
| Hex | 2D | 5D | CA | 4E | 36 | 0 | 15 | DE | 40 | 30 |
| Octal | 55 | 135 | 312 | 116 | 66 | 0 | 25 | 336 | 100 | 60 |
| Binary | 101101 | 1011101 | 11001010 | 1001110 | 110110 | 0 | 10101 | 11011110 | 1000000 | 110000 |
Color Harmonies of #2D5DCA
Complementary color
Monochromatic Colors of #2D5DCA
Black with #2D5DCA
Text Example
Text Example
White with #2D5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5DCA; }
p { color: rgb(45,93,202); }
H1.HeaderClassName
{
color: #2D5DCA;
}
.AnyTagClassName
{
color: #2D5DCA;
}
</style>
background-color css
<style>
a { background-color: #2D5DCA; }
a { background-color: rgb(45,93,202); }
div.DivClassName
{
background-color: #2D5DCA;
}
.BgClassName
{
background-color: #2D5DCA;
}
</style>
border-color css
<style>
span { border-color: #2D5DCA; }
span { border-color: rgb(45,93,202); }
td.TdClassName
{
border-color: #2D5DCA;
}
.TagClassName
{
border-color: #2D5DCA;
}
</style>