Shades of Cerulean Blue #2545DD
Tints of Cerulean Blue #2545DD
RGB
CMYK
RGB Variations
Color information
#2545DD (or 0x2545DD) is known color: Cerulean Blue. HEX triplet: 25, 45 and DD. RGB value is (37,69,221). Sum of RGB (Red+Green+Blue) = 37+69+221=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #2545DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2545DD is #DABA22. Grayscale: #4C4C4C. Windows color (decimal): -14334499 or 14501157. OLE color: 14501157.
HSL color Cylindrical-coordinate representation of color #2545DD: hue angle of 229.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2545DD is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 69 | 221 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.13 |
| HSL | 229.57º | 0.73% | 0.51% | - |
| HSV(B) | 229.57º | 0.83% | 0.87% | - |
| XYZ | 15.94 | 9.87 | 69.47 | - |
| YUV | 76.76 | 209.4 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 221 | 0.83 | 0.69 | 0 | 0.13 | 229.57 | 0.73 | 0.51 |
| Hex | 25 | 45 | DD | 53 | 45 | 0 | D | E6 | 49 | 33 |
| Octal | 45 | 105 | 335 | 123 | 105 | 0 | 15 | 346 | 111 | 63 |
| Binary | 100101 | 1000101 | 11011101 | 1010011 | 1000101 | 0 | 1101 | 11100110 | 1001001 | 110011 |
Color Harmonies of #2545DD
Complementary color
Monochromatic Colors of #2545DD
Black with #2545DD
Text Example
Text Example
White with #2545DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2545DD; }
p { color: rgb(37,69,221); }
H1.HeaderClassName
{
color: #2545DD;
}
.AnyTagClassName
{
color: #2545DD;
}
</style>
background-color css
<style>
a { background-color: #2545DD; }
a { background-color: rgb(37,69,221); }
div.DivClassName
{
background-color: #2545DD;
}
.BgClassName
{
background-color: #2545DD;
}
</style>
border-color css
<style>
span { border-color: #2545DD; }
span { border-color: rgb(37,69,221); }
td.TdClassName
{
border-color: #2545DD;
}
.TagClassName
{
border-color: #2545DD;
}
</style>