Shades of Cerulean Blue #255ECF
Tints of Cerulean Blue #255ECF
RGB
CMYK
RGB Variations
Color information
#255ECF (or 0x255ECF) is known color: Cerulean Blue. HEX triplet: 25, 5E and CF. RGB value is (37,94,207). Sum of RGB (Red+Green+Blue) = 37+94+207=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #255ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ECF is #DAA130. Grayscale: #595959. Windows color (decimal): -14328113 or 13590053. OLE color: 13590053.
HSL color Cylindrical-coordinate representation of color #255ECF: hue angle of 219.88º 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 #255ECF is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 94 | 207 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.19 |
| HSL | 219.88º | 0.7% | 0.48% | - |
| HSV(B) | 219.88º | 0.82% | 0.81% | - |
| XYZ | 16.03 | 12.9 | 60.68 | - |
| YUV | 89.84 | 194.12 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 207 | 0.82 | 0.55 | 0 | 0.19 | 219.88 | 0.7 | 0.48 |
| Hex | 25 | 5E | CF | 52 | 37 | 0 | 13 | DC | 46 | 30 |
| Octal | 45 | 136 | 317 | 122 | 67 | 0 | 23 | 334 | 106 | 60 |
| Binary | 100101 | 1011110 | 11001111 | 1010010 | 110111 | 0 | 10011 | 11011100 | 1000110 | 110000 |
Color Harmonies of #255ECF
Complementary color
Monochromatic Colors of #255ECF
Black with #255ECF
Text Example
Text Example
White with #255ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ECF; }
p { color: rgb(37,94,207); }
H1.HeaderClassName
{
color: #255ECF;
}
.AnyTagClassName
{
color: #255ECF;
}
</style>
background-color css
<style>
a { background-color: #255ECF; }
a { background-color: rgb(37,94,207); }
div.DivClassName
{
background-color: #255ECF;
}
.BgClassName
{
background-color: #255ECF;
}
</style>
border-color css
<style>
span { border-color: #255ECF; }
span { border-color: rgb(37,94,207); }
td.TdClassName
{
border-color: #255ECF;
}
.TagClassName
{
border-color: #255ECF;
}
</style>