Shades of Cerulean Blue #2D58CC
Tints of Cerulean Blue #2D58CC
RGB
CMYK
RGB Variations
Color information
#2D58CC (or 0x2D58CC) is known color: Cerulean Blue. HEX triplet: 2D, 58 and CC. RGB value is (45,88,204). Sum of RGB (Red+Green+Blue) = 45+88+204=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D58CC is #D2A733. Grayscale: #575757. Windows color (decimal): -13805364 or 13391917. OLE color: 13391917.
HSL color Cylindrical-coordinate representation of color #2D58CC: hue angle of 223.77º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D58CC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 88 | 204 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.2 |
| HSL | 223.77º | 0.64% | 0.49% | - |
| HSV(B) | 223.77º | 0.78% | 0.8% | - |
| XYZ | 15.47 | 11.9 | 58.61 | - |
| YUV | 88.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 204 | 0.78 | 0.57 | 0 | 0.2 | 223.77 | 0.64 | 0.49 |
| Hex | 2D | 58 | CC | 4E | 39 | 0 | 14 | E0 | 40 | 31 |
| Octal | 55 | 130 | 314 | 116 | 71 | 0 | 24 | 340 | 100 | 61 |
| Binary | 101101 | 1011000 | 11001100 | 1001110 | 111001 | 0 | 10100 | 11100000 | 1000000 | 110001 |
Color Harmonies of #2D58CC
Complementary color
Monochromatic Colors of #2D58CC
Black with #2D58CC
Text Example
Text Example
White with #2D58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D58CC; }
p { color: rgb(45,88,204); }
H1.HeaderClassName
{
color: #2D58CC;
}
.AnyTagClassName
{
color: #2D58CC;
}
</style>
background-color css
<style>
a { background-color: #2D58CC; }
a { background-color: rgb(45,88,204); }
div.DivClassName
{
background-color: #2D58CC;
}
.BgClassName
{
background-color: #2D58CC;
}
</style>
border-color css
<style>
span { border-color: #2D58CC; }
span { border-color: rgb(45,88,204); }
td.TdClassName
{
border-color: #2D58CC;
}
.TagClassName
{
border-color: #2D58CC;
}
</style>