Shades of Cerulean Blue #2550DD
Tints of Cerulean Blue #2550DD
RGB
CMYK
RGB Variations
Color information
#2550DD (or 0x2550DD) is known color: Cerulean Blue. HEX triplet: 25, 50 and DD. RGB value is (37,80,221). Sum of RGB (Red+Green+Blue) = 37+80+221=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #2550DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550DD is #DAAF22. Grayscale: #525252. Windows color (decimal): -14331683 or 14503973. OLE color: 14503973.
HSL color Cylindrical-coordinate representation of color #2550DD: hue angle of 225.98º 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 #2550DD is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 80 | 221 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.13 |
| HSL | 225.98º | 0.73% | 0.51% | - |
| HSV(B) | 225.98º | 0.83% | 0.87% | - |
| XYZ | 16.68 | 11.35 | 69.72 | - |
| YUV | 83.22 | 205.75 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 221 | 0.83 | 0.64 | 0 | 0.13 | 225.98 | 0.73 | 0.51 |
| Hex | 25 | 50 | DD | 53 | 40 | 0 | D | E2 | 49 | 33 |
| Octal | 45 | 120 | 335 | 123 | 100 | 0 | 15 | 342 | 111 | 63 |
| Binary | 100101 | 1010000 | 11011101 | 1010011 | 1000000 | 0 | 1101 | 11100010 | 1001001 | 110011 |
Color Harmonies of #2550DD
Complementary color
Monochromatic Colors of #2550DD
Black with #2550DD
Text Example
Text Example
White with #2550DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2550DD; }
p { color: rgb(37,80,221); }
H1.HeaderClassName
{
color: #2550DD;
}
.AnyTagClassName
{
color: #2550DD;
}
</style>
background-color css
<style>
a { background-color: #2550DD; }
a { background-color: rgb(37,80,221); }
div.DivClassName
{
background-color: #2550DD;
}
.BgClassName
{
background-color: #2550DD;
}
</style>
border-color css
<style>
span { border-color: #2550DD; }
span { border-color: rgb(37,80,221); }
td.TdClassName
{
border-color: #2550DD;
}
.TagClassName
{
border-color: #2550DD;
}
</style>