Shades of Cerulean Blue #2550B2
Tints of Cerulean Blue #2550B2
RGB
CMYK
RGB Variations
Color information
#2550B2 (or 0x2550B2) is known color: Cerulean Blue. HEX triplet: 25, 50 and B2. RGB value is (37,80,178). Sum of RGB (Red+Green+Blue) = 37+80+178=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 178 (69.92% from 255 or 60.34% from 295); Max value from RGB is 178 - color contains mainly: blue. Hex color #2550B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2550B2 is #DAAF4D. Grayscale: #4D4D4D. Windows color (decimal): -14331726 or 11685925. OLE color: 11685925.
HSL color Cylindrical-coordinate representation of color #2550B2: hue angle of 221.7º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2550B2 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 80 | 178 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.30 |
| HSL | 221.7º | 0.66% | 0.42% | - |
| HSV(B) | 221.7º | 0.79% | 0.7% | - |
| XYZ | 11.67 | 9.34 | 43.31 | - |
| YUV | 78.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 178 | 0.79 | 0.55 | 0 | 0.30 | 221.7 | 0.66 | 0.42 |
| Hex | 25 | 50 | B2 | 4F | 37 | 0 | 1E | DE | 42 | 2A |
| Octal | 45 | 120 | 262 | 117 | 67 | 0 | 36 | 336 | 102 | 52 |
| Binary | 100101 | 1010000 | 10110010 | 1001111 | 110111 | 0 | 11110 | 11011110 | 1000010 | 101010 |
Color Harmonies of #2550B2
Complementary color
Monochromatic Colors of #2550B2
Black with #2550B2
Text Example
Text Example
White with #2550B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2550B2; }
p { color: rgb(37,80,178); }
H1.HeaderClassName
{
color: #2550B2;
}
.AnyTagClassName
{
color: #2550B2;
}
</style>
background-color css
<style>
a { background-color: #2550B2; }
a { background-color: rgb(37,80,178); }
div.DivClassName
{
background-color: #2550B2;
}
.BgClassName
{
background-color: #2550B2;
}
</style>
border-color css
<style>
span { border-color: #2550B2; }
span { border-color: rgb(37,80,178); }
td.TdClassName
{
border-color: #2550B2;
}
.TagClassName
{
border-color: #2550B2;
}
</style>