Shades of Cerulean Blue #255ECD
Tints of Cerulean Blue #255ECD
RGB
CMYK
RGB Variations
Color information
#255ECD (or 0x255ECD) is known color: Cerulean Blue. HEX triplet: 25, 5E and CD. RGB value is (37,94,205). Sum of RGB (Red+Green+Blue) = 37+94+205=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #255ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ECD is #DAA132. Grayscale: #595959. Windows color (decimal): -14328115 or 13458981. OLE color: 13458981.
HSL color Cylindrical-coordinate representation of color #255ECD: hue angle of 219.64º 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 #255ECD is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 94 | 205 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.20 |
| HSL | 219.64º | 0.69% | 0.47% | - |
| HSV(B) | 219.64º | 0.82% | 0.8% | - |
| XYZ | 15.79 | 12.81 | 59.4 | - |
| YUV | 89.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 205 | 0.82 | 0.54 | 0 | 0.20 | 219.64 | 0.69 | 0.47 |
| Hex | 25 | 5E | CD | 52 | 36 | 0 | 14 | DC | 45 | 2F |
| Octal | 45 | 136 | 315 | 122 | 66 | 0 | 24 | 334 | 105 | 57 |
| Binary | 100101 | 1011110 | 11001101 | 1010010 | 110110 | 0 | 10100 | 11011100 | 1000101 | 101111 |
Color Harmonies of #255ECD
Complementary color
Monochromatic Colors of #255ECD
Black with #255ECD
Text Example
Text Example
White with #255ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ECD; }
p { color: rgb(37,94,205); }
H1.HeaderClassName
{
color: #255ECD;
}
.AnyTagClassName
{
color: #255ECD;
}
</style>
background-color css
<style>
a { background-color: #255ECD; }
a { background-color: rgb(37,94,205); }
div.DivClassName
{
background-color: #255ECD;
}
.BgClassName
{
background-color: #255ECD;
}
</style>
border-color css
<style>
span { border-color: #255ECD; }
span { border-color: rgb(37,94,205); }
td.TdClassName
{
border-color: #255ECD;
}
.TagClassName
{
border-color: #255ECD;
}
</style>