Shades of Cerulean Blue #254ECD
Tints of Cerulean Blue #254ECD
RGB
CMYK
RGB Variations
Color information
#254ECD (or 0x254ECD) is known color: Cerulean Blue. HEX triplet: 25, 4E and CD. RGB value is (37,78,205). Sum of RGB (Red+Green+Blue) = 37+78+205=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #254ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254ECD is #DAB132. Grayscale: #4F4F4F. Windows color (decimal): -14332211 or 13454885. OLE color: 13454885.
HSL color Cylindrical-coordinate representation of color #254ECD: hue angle of 225.36º 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 #254ECD is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 78 | 205 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.20 |
| HSL | 225.36º | 0.69% | 0.47% | - |
| HSV(B) | 225.36º | 0.82% | 0.8% | - |
| XYZ | 14.51 | 10.25 | 58.97 | - |
| YUV | 80.22 | 198.42 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 205 | 0.82 | 0.62 | 0 | 0.20 | 225.36 | 0.69 | 0.47 |
| Hex | 25 | 4E | CD | 52 | 3E | 0 | 14 | E1 | 45 | 2F |
| Octal | 45 | 116 | 315 | 122 | 76 | 0 | 24 | 341 | 105 | 57 |
| Binary | 100101 | 1001110 | 11001101 | 1010010 | 111110 | 0 | 10100 | 11100001 | 1000101 | 101111 |
Color Harmonies of #254ECD
Complementary color
Monochromatic Colors of #254ECD
Black with #254ECD
Text Example
Text Example
White with #254ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254ECD; }
p { color: rgb(37,78,205); }
H1.HeaderClassName
{
color: #254ECD;
}
.AnyTagClassName
{
color: #254ECD;
}
</style>
background-color css
<style>
a { background-color: #254ECD; }
a { background-color: rgb(37,78,205); }
div.DivClassName
{
background-color: #254ECD;
}
.BgClassName
{
background-color: #254ECD;
}
</style>
border-color css
<style>
span { border-color: #254ECD; }
span { border-color: rgb(37,78,205); }
td.TdClassName
{
border-color: #254ECD;
}
.TagClassName
{
border-color: #254ECD;
}
</style>