Shades of Cerulean Blue #2D5DBE
Tints of Cerulean Blue #2D5DBE
RGB
CMYK
RGB Variations
Color information
#2D5DBE (or 0x2D5DBE) is known color: Cerulean Blue. HEX triplet: 2D, 5D and BE. RGB value is (45,93,190). Sum of RGB (Red+Green+Blue) = 45+93+190=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D5DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5DBE is #D2A241. Grayscale: #595959. Windows color (decimal): -13804098 or 12475693. OLE color: 12475693.
HSL color Cylindrical-coordinate representation of color #2D5DBE: hue angle of 220.14º 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 #2D5DBE is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 93 | 190 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.25 |
| HSL | 220.14º | 0.62% | 0.46% | - |
| HSV(B) | 220.14º | 0.76% | 0.75% | - |
| XYZ | 14.29 | 12.1 | 50.3 | - |
| YUV | 89.71 | 184.6 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 93 | 190 | 0.76 | 0.51 | 0 | 0.25 | 220.14 | 0.62 | 0.46 |
| Hex | 2D | 5D | BE | 4C | 33 | 0 | 19 | DC | 3E | 2E |
| Octal | 55 | 135 | 276 | 114 | 63 | 0 | 31 | 334 | 76 | 56 |
| Binary | 101101 | 1011101 | 10111110 | 1001100 | 110011 | 0 | 11001 | 11011100 | 111110 | 101110 |
Color Harmonies of #2D5DBE
Complementary color
Monochromatic Colors of #2D5DBE
Black with #2D5DBE
Text Example
Text Example
White with #2D5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5DBE; }
p { color: rgb(45,93,190); }
H1.HeaderClassName
{
color: #2D5DBE;
}
.AnyTagClassName
{
color: #2D5DBE;
}
</style>
background-color css
<style>
a { background-color: #2D5DBE; }
a { background-color: rgb(45,93,190); }
div.DivClassName
{
background-color: #2D5DBE;
}
.BgClassName
{
background-color: #2D5DBE;
}
</style>
border-color css
<style>
span { border-color: #2D5DBE; }
span { border-color: rgb(45,93,190); }
td.TdClassName
{
border-color: #2D5DBE;
}
.TagClassName
{
border-color: #2D5DBE;
}
</style>