Shades of Cerulean Blue #255ECC
Tints of Cerulean Blue #255ECC
RGB
CMYK
RGB Variations
Color information
#255ECC (or 0x255ECC) is known color: Cerulean Blue. HEX triplet: 25, 5E and CC. RGB value is (37,94,204). Sum of RGB (Red+Green+Blue) = 37+94+204=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #255ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ECC is #DAA133. Grayscale: #585858. Windows color (decimal): -14328116 or 13393445. OLE color: 13393445.
HSL color Cylindrical-coordinate representation of color #255ECC: hue angle of 219.52º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255ECC is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 94 | 204 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.2 |
| HSL | 219.52º | 0.69% | 0.47% | - |
| HSV(B) | 219.52º | 0.82% | 0.8% | - |
| XYZ | 15.66 | 12.76 | 58.76 | - |
| YUV | 89.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 204 | 0.82 | 0.54 | 0 | 0.2 | 219.52 | 0.69 | 0.47 |
| Hex | 25 | 5E | CC | 52 | 36 | 0 | 14 | DC | 45 | 2F |
| Octal | 45 | 136 | 314 | 122 | 66 | 0 | 24 | 334 | 105 | 57 |
| Binary | 100101 | 1011110 | 11001100 | 1010010 | 110110 | 0 | 10100 | 11011100 | 1000101 | 101111 |
Color Harmonies of #255ECC
Complementary color
Monochromatic Colors of #255ECC
Black with #255ECC
Text Example
Text Example
White with #255ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ECC; }
p { color: rgb(37,94,204); }
H1.HeaderClassName
{
color: #255ECC;
}
.AnyTagClassName
{
color: #255ECC;
}
</style>
background-color css
<style>
a { background-color: #255ECC; }
a { background-color: rgb(37,94,204); }
div.DivClassName
{
background-color: #255ECC;
}
.BgClassName
{
background-color: #255ECC;
}
</style>
border-color css
<style>
span { border-color: #255ECC; }
span { border-color: rgb(37,94,204); }
td.TdClassName
{
border-color: #255ECC;
}
.TagClassName
{
border-color: #255ECC;
}
</style>