Shades of Cerulean Blue #2550BB
Tints of Cerulean Blue #2550BB
RGB
CMYK
RGB Variations
Color information
#2550BB (or 0x2550BB) is known color: Cerulean Blue. HEX triplet: 25, 50 and BB. RGB value is (37,80,187). Sum of RGB (Red+Green+Blue) = 37+80+187=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #2550BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550BB is #DAAF44. Grayscale: #4E4E4E. Windows color (decimal): -14331717 or 12275749. OLE color: 12275749.
HSL color Cylindrical-coordinate representation of color #2550BB: hue angle of 222.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2550BB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 80 | 187 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.27 |
| HSL | 222.8º | 0.67% | 0.44% | - |
| HSV(B) | 222.8º | 0.8% | 0.73% | - |
| XYZ | 12.6 | 9.72 | 48.23 | - |
| YUV | 79.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 187 | 0.80 | 0.57 | 0 | 0.27 | 222.8 | 0.67 | 0.44 |
| Hex | 25 | 50 | BB | 50 | 39 | 0 | 1B | DF | 43 | 2C |
| Octal | 45 | 120 | 273 | 120 | 71 | 0 | 33 | 337 | 103 | 54 |
| Binary | 100101 | 1010000 | 10111011 | 1010000 | 111001 | 0 | 11011 | 11011111 | 1000011 | 101100 |
Color Harmonies of #2550BB
Complementary color
Monochromatic Colors of #2550BB
Black with #2550BB
Text Example
Text Example
White with #2550BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2550BB; }
p { color: rgb(37,80,187); }
H1.HeaderClassName
{
color: #2550BB;
}
.AnyTagClassName
{
color: #2550BB;
}
</style>
background-color css
<style>
a { background-color: #2550BB; }
a { background-color: rgb(37,80,187); }
div.DivClassName
{
background-color: #2550BB;
}
.BgClassName
{
background-color: #2550BB;
}
</style>
border-color css
<style>
span { border-color: #2550BB; }
span { border-color: rgb(37,80,187); }
td.TdClassName
{
border-color: #2550BB;
}
.TagClassName
{
border-color: #2550BB;
}
</style>