Shades of Cerulean Blue #2555BC
Tints of Cerulean Blue #2555BC
RGB
CMYK
RGB Variations
Color information
#2555BC (or 0x2555BC) is known color: Cerulean Blue. HEX triplet: 25, 55 and BC. RGB value is (37,85,188). Sum of RGB (Red+Green+Blue) = 37+85+188=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2555BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2555BC is #DAAA43. Grayscale: #515151. Windows color (decimal): -14330436 or 12342565. OLE color: 12342565.
HSL color Cylindrical-coordinate representation of color #2555BC: hue angle of 220.93º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2555BC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 85 | 188 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.26 |
| HSL | 220.93º | 0.67% | 0.44% | - |
| HSV(B) | 220.93º | 0.8% | 0.74% | - |
| XYZ | 13.09 | 10.52 | 48.92 | - |
| YUV | 82.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 188 | 0.80 | 0.55 | 0 | 0.26 | 220.93 | 0.67 | 0.44 |
| Hex | 25 | 55 | BC | 50 | 37 | 0 | 1A | DD | 43 | 2C |
| Octal | 45 | 125 | 274 | 120 | 67 | 0 | 32 | 335 | 103 | 54 |
| Binary | 100101 | 1010101 | 10111100 | 1010000 | 110111 | 0 | 11010 | 11011101 | 1000011 | 101100 |
Color Harmonies of #2555BC
Complementary color
Monochromatic Colors of #2555BC
Black with #2555BC
Text Example
Text Example
White with #2555BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2555BC; }
p { color: rgb(37,85,188); }
H1.HeaderClassName
{
color: #2555BC;
}
.AnyTagClassName
{
color: #2555BC;
}
</style>
background-color css
<style>
a { background-color: #2555BC; }
a { background-color: rgb(37,85,188); }
div.DivClassName
{
background-color: #2555BC;
}
.BgClassName
{
background-color: #2555BC;
}
</style>
border-color css
<style>
span { border-color: #2555BC; }
span { border-color: rgb(37,85,188); }
td.TdClassName
{
border-color: #2555BC;
}
.TagClassName
{
border-color: #2555BC;
}
</style>