Shades of Cerulean Blue #255ECB
Tints of Cerulean Blue #255ECB
RGB
CMYK
RGB Variations
Color information
#255ECB (or 0x255ECB) is known color: Cerulean Blue. HEX triplet: 25, 5E and CB. RGB value is (37,94,203). Sum of RGB (Red+Green+Blue) = 37+94+203=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #255ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ECB is #DAA134. Grayscale: #585858. Windows color (decimal): -14328117 or 13327909. OLE color: 13327909.
HSL color Cylindrical-coordinate representation of color #255ECB: hue angle of 219.4º 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 #255ECB is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 94 | 203 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.20 |
| HSL | 219.4º | 0.69% | 0.47% | - |
| HSV(B) | 219.4º | 0.82% | 0.8% | - |
| XYZ | 15.55 | 12.71 | 58.13 | - |
| YUV | 89.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 203 | 0.82 | 0.54 | 0 | 0.20 | 219.4 | 0.69 | 0.47 |
| Hex | 25 | 5E | CB | 52 | 36 | 0 | 14 | DB | 45 | 2F |
| Octal | 45 | 136 | 313 | 122 | 66 | 0 | 24 | 333 | 105 | 57 |
| Binary | 100101 | 1011110 | 11001011 | 1010010 | 110110 | 0 | 10100 | 11011011 | 1000101 | 101111 |
Color Harmonies of #255ECB
Complementary color
Monochromatic Colors of #255ECB
Black with #255ECB
Text Example
Text Example
White with #255ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ECB; }
p { color: rgb(37,94,203); }
H1.HeaderClassName
{
color: #255ECB;
}
.AnyTagClassName
{
color: #255ECB;
}
</style>
background-color css
<style>
a { background-color: #255ECB; }
a { background-color: rgb(37,94,203); }
div.DivClassName
{
background-color: #255ECB;
}
.BgClassName
{
background-color: #255ECB;
}
</style>
border-color css
<style>
span { border-color: #255ECB; }
span { border-color: rgb(37,94,203); }
td.TdClassName
{
border-color: #255ECB;
}
.TagClassName
{
border-color: #255ECB;
}
</style>