Shades of Cerulean Blue #254ECC
Tints of Cerulean Blue #254ECC
RGB
CMYK
RGB Variations
Color information
#254ECC (or 0x254ECC) is known color: Cerulean Blue. HEX triplet: 25, 4E and CC. RGB value is (37,78,204). Sum of RGB (Red+Green+Blue) = 37+78+204=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #254ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254ECC is #DAB133. Grayscale: #4F4F4F. Windows color (decimal): -14332212 or 13389349. OLE color: 13389349.
HSL color Cylindrical-coordinate representation of color #254ECC: hue angle of 225.27º 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 #254ECC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 78 | 204 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.2 |
| HSL | 225.27º | 0.69% | 0.47% | - |
| HSV(B) | 225.27º | 0.82% | 0.8% | - |
| XYZ | 14.39 | 10.2 | 58.34 | - |
| YUV | 80.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 204 | 0.82 | 0.62 | 0 | 0.2 | 225.27 | 0.69 | 0.47 |
| Hex | 25 | 4E | CC | 52 | 3E | 0 | 14 | E1 | 45 | 2F |
| Octal | 45 | 116 | 314 | 122 | 76 | 0 | 24 | 341 | 105 | 57 |
| Binary | 100101 | 1001110 | 11001100 | 1010010 | 111110 | 0 | 10100 | 11100001 | 1000101 | 101111 |
Color Harmonies of #254ECC
Complementary color
Monochromatic Colors of #254ECC
Black with #254ECC
Text Example
Text Example
White with #254ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254ECC; }
p { color: rgb(37,78,204); }
H1.HeaderClassName
{
color: #254ECC;
}
.AnyTagClassName
{
color: #254ECC;
}
</style>
background-color css
<style>
a { background-color: #254ECC; }
a { background-color: rgb(37,78,204); }
div.DivClassName
{
background-color: #254ECC;
}
.BgClassName
{
background-color: #254ECC;
}
</style>
border-color css
<style>
span { border-color: #254ECC; }
span { border-color: rgb(37,78,204); }
td.TdClassName
{
border-color: #254ECC;
}
.TagClassName
{
border-color: #254ECC;
}
</style>