Shades of Cerulean Blue #2550AC
Tints of Cerulean Blue #2550AC
RGB
CMYK
RGB Variations
Color information
#2550AC (or 0x2550AC) is known color: Cerulean Blue. HEX triplet: 25, 50 and AC. RGB value is (37,80,172). Sum of RGB (Red+Green+Blue) = 37+80+172=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #2550AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2550AC is #DAAF53. Grayscale: #4D4D4D. Windows color (decimal): -14331732 or 11292709. OLE color: 11292709.
HSL color Cylindrical-coordinate representation of color #2550AC: hue angle of 220.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2550AC is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 80 | 172 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.33 |
| HSL | 220.89º | 0.65% | 0.41% | - |
| HSV(B) | 220.89º | 0.78% | 0.67% | - |
| XYZ | 11.08 | 9.11 | 40.2 | - |
| YUV | 77.63 | 181.25 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 172 | 0.78 | 0.53 | 0 | 0.33 | 220.89 | 0.65 | 0.41 |
| Hex | 25 | 50 | AC | 4E | 35 | 0 | 21 | DD | 41 | 29 |
| Octal | 45 | 120 | 254 | 116 | 65 | 0 | 41 | 335 | 101 | 51 |
| Binary | 100101 | 1010000 | 10101100 | 1001110 | 110101 | 0 | 100001 | 11011101 | 1000001 | 101001 |
Color Harmonies of #2550AC
Complementary color
Monochromatic Colors of #2550AC
Black with #2550AC
Text Example
Text Example
White with #2550AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2550AC; }
p { color: rgb(37,80,172); }
H1.HeaderClassName
{
color: #2550AC;
}
.AnyTagClassName
{
color: #2550AC;
}
</style>
background-color css
<style>
a { background-color: #2550AC; }
a { background-color: rgb(37,80,172); }
div.DivClassName
{
background-color: #2550AC;
}
.BgClassName
{
background-color: #2550AC;
}
</style>
border-color css
<style>
span { border-color: #2550AC; }
span { border-color: rgb(37,80,172); }
td.TdClassName
{
border-color: #2550AC;
}
.TagClassName
{
border-color: #2550AC;
}
</style>