Shades of Cerulean Blue #2D5EBE
Tints of Cerulean Blue #2D5EBE
RGB
CMYK
RGB Variations
Color information
#2D5EBE (or 0x2D5EBE) is known color: Cerulean Blue. HEX triplet: 2D, 5E and BE. RGB value is (45,94,190). Sum of RGB (Red+Green+Blue) = 45+94+190=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D5EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5EBE is #D2A141. Grayscale: #595959. Windows color (decimal): -13803842 or 12475949. OLE color: 12475949.
HSL color Cylindrical-coordinate representation of color #2D5EBE: hue angle of 219.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5EBE is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 94 | 190 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.25 |
| HSL | 219.72º | 0.62% | 0.46% | - |
| HSV(B) | 219.72º | 0.76% | 0.75% | - |
| XYZ | 14.38 | 12.28 | 50.33 | - |
| YUV | 90.29 | 184.27 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 94 | 190 | 0.76 | 0.51 | 0 | 0.25 | 219.72 | 0.62 | 0.46 |
| Hex | 2D | 5E | BE | 4C | 33 | 0 | 19 | DC | 3E | 2E |
| Octal | 55 | 136 | 276 | 114 | 63 | 0 | 31 | 334 | 76 | 56 |
| Binary | 101101 | 1011110 | 10111110 | 1001100 | 110011 | 0 | 11001 | 11011100 | 111110 | 101110 |
Color Harmonies of #2D5EBE
Complementary color
Monochromatic Colors of #2D5EBE
Black with #2D5EBE
Text Example
Text Example
White with #2D5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5EBE; }
p { color: rgb(45,94,190); }
H1.HeaderClassName
{
color: #2D5EBE;
}
.AnyTagClassName
{
color: #2D5EBE;
}
</style>
background-color css
<style>
a { background-color: #2D5EBE; }
a { background-color: rgb(45,94,190); }
div.DivClassName
{
background-color: #2D5EBE;
}
.BgClassName
{
background-color: #2D5EBE;
}
</style>
border-color css
<style>
span { border-color: #2D5EBE; }
span { border-color: rgb(45,94,190); }
td.TdClassName
{
border-color: #2D5EBE;
}
.TagClassName
{
border-color: #2D5EBE;
}
</style>