Shades of Cerulean Blue #255EBC
Tints of Cerulean Blue #255EBC
RGB
CMYK
RGB Variations
Color information
#255EBC (or 0x255EBC) is known color: Cerulean Blue. HEX triplet: 25, 5E and BC. RGB value is (37,94,188). Sum of RGB (Red+Green+Blue) = 37+94+188=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #255EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EBC is #DAA143. Grayscale: #575757. Windows color (decimal): -14328132 or 12344869. OLE color: 12344869.
HSL color Cylindrical-coordinate representation of color #255EBC: hue angle of 217.35º 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 #255EBC is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 94 | 188 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.26 |
| HSL | 217.35º | 0.67% | 0.44% | - |
| HSV(B) | 217.35º | 0.8% | 0.74% | - |
| XYZ | 13.84 | 12.03 | 49.17 | - |
| YUV | 87.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 188 | 0.80 | 0.50 | 0 | 0.26 | 217.35 | 0.67 | 0.44 |
| Hex | 25 | 5E | BC | 50 | 32 | 0 | 1A | D9 | 43 | 2C |
| Octal | 45 | 136 | 274 | 120 | 62 | 0 | 32 | 331 | 103 | 54 |
| Binary | 100101 | 1011110 | 10111100 | 1010000 | 110010 | 0 | 11010 | 11011001 | 1000011 | 101100 |
Color Harmonies of #255EBC
Complementary color
Monochromatic Colors of #255EBC
Black with #255EBC
Text Example
Text Example
White with #255EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EBC; }
p { color: rgb(37,94,188); }
H1.HeaderClassName
{
color: #255EBC;
}
.AnyTagClassName
{
color: #255EBC;
}
</style>
background-color css
<style>
a { background-color: #255EBC; }
a { background-color: rgb(37,94,188); }
div.DivClassName
{
background-color: #255EBC;
}
.BgClassName
{
background-color: #255EBC;
}
</style>
border-color css
<style>
span { border-color: #255EBC; }
span { border-color: rgb(37,94,188); }
td.TdClassName
{
border-color: #255EBC;
}
.TagClassName
{
border-color: #255EBC;
}
</style>