Shades of Cerulean Blue #255ECE
Tints of Cerulean Blue #255ECE
RGB
CMYK
RGB Variations
Color information
#255ECE (or 0x255ECE) is known color: Cerulean Blue. HEX triplet: 25, 5E and CE. RGB value is (37,94,206). Sum of RGB (Red+Green+Blue) = 37+94+206=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #255ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ECE is #DAA131. Grayscale: #595959. Windows color (decimal): -14328114 or 13524517. OLE color: 13524517.
HSL color Cylindrical-coordinate representation of color #255ECE: hue angle of 219.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255ECE is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 94 | 206 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.19 |
| HSL | 219.76º | 0.7% | 0.48% | - |
| HSV(B) | 219.76º | 0.82% | 0.81% | - |
| XYZ | 15.91 | 12.85 | 60.04 | - |
| YUV | 89.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 206 | 0.82 | 0.54 | 0 | 0.19 | 219.76 | 0.7 | 0.48 |
| Hex | 25 | 5E | CE | 52 | 36 | 0 | 13 | DC | 46 | 30 |
| Octal | 45 | 136 | 316 | 122 | 66 | 0 | 23 | 334 | 106 | 60 |
| Binary | 100101 | 1011110 | 11001110 | 1010010 | 110110 | 0 | 10011 | 11011100 | 1000110 | 110000 |
Color Harmonies of #255ECE
Complementary color
Monochromatic Colors of #255ECE
Black with #255ECE
Text Example
Text Example
White with #255ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ECE; }
p { color: rgb(37,94,206); }
H1.HeaderClassName
{
color: #255ECE;
}
.AnyTagClassName
{
color: #255ECE;
}
</style>
background-color css
<style>
a { background-color: #255ECE; }
a { background-color: rgb(37,94,206); }
div.DivClassName
{
background-color: #255ECE;
}
.BgClassName
{
background-color: #255ECE;
}
</style>
border-color css
<style>
span { border-color: #255ECE; }
span { border-color: rgb(37,94,206); }
td.TdClassName
{
border-color: #255ECE;
}
.TagClassName
{
border-color: #255ECE;
}
</style>