Shades of Cerulean Blue #255ECA
Tints of Cerulean Blue #255ECA
RGB
CMYK
RGB Variations
Color information
#255ECA (or 0x255ECA) is known color: Cerulean Blue. HEX triplet: 25, 5E and CA. RGB value is (37,94,202). Sum of RGB (Red+Green+Blue) = 37+94+202=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #255ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ECA is #DAA135. Grayscale: #585858. Windows color (decimal): -14328118 or 13262373. OLE color: 13262373.
HSL color Cylindrical-coordinate representation of color #255ECA: hue angle of 219.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255ECA is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 94 | 202 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.21 |
| HSL | 219.27º | 0.69% | 0.47% | - |
| HSV(B) | 219.27º | 0.82% | 0.79% | - |
| XYZ | 15.43 | 12.66 | 57.51 | - |
| YUV | 89.27 | 191.62 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 202 | 0.82 | 0.53 | 0 | 0.21 | 219.27 | 0.69 | 0.47 |
| Hex | 25 | 5E | CA | 52 | 35 | 0 | 15 | DB | 45 | 2F |
| Octal | 45 | 136 | 312 | 122 | 65 | 0 | 25 | 333 | 105 | 57 |
| Binary | 100101 | 1011110 | 11001010 | 1010010 | 110101 | 0 | 10101 | 11011011 | 1000101 | 101111 |
Color Harmonies of #255ECA
Complementary color
Monochromatic Colors of #255ECA
Black with #255ECA
Text Example
Text Example
White with #255ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ECA; }
p { color: rgb(37,94,202); }
H1.HeaderClassName
{
color: #255ECA;
}
.AnyTagClassName
{
color: #255ECA;
}
</style>
background-color css
<style>
a { background-color: #255ECA; }
a { background-color: rgb(37,94,202); }
div.DivClassName
{
background-color: #255ECA;
}
.BgClassName
{
background-color: #255ECA;
}
</style>
border-color css
<style>
span { border-color: #255ECA; }
span { border-color: rgb(37,94,202); }
td.TdClassName
{
border-color: #255ECA;
}
.TagClassName
{
border-color: #255ECA;
}
</style>