Shades of Cerulean Blue #254ECF
Tints of Cerulean Blue #254ECF
RGB
CMYK
RGB Variations
Color information
#254ECF (or 0x254ECF) is known color: Cerulean Blue. HEX triplet: 25, 4E and CF. RGB value is (37,78,207). Sum of RGB (Red+Green+Blue) = 37+78+207=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #254ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254ECF is #DAB130. Grayscale: #4F4F4F. Windows color (decimal): -14332209 or 13585957. OLE color: 13585957.
HSL color Cylindrical-coordinate representation of color #254ECF: hue angle of 225.53º 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 #254ECF is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 78 | 207 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.19 |
| HSL | 225.53º | 0.7% | 0.48% | - |
| HSV(B) | 225.53º | 0.82% | 0.81% | - |
| XYZ | 14.75 | 10.35 | 60.25 | - |
| YUV | 80.45 | 199.42 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 207 | 0.82 | 0.62 | 0 | 0.19 | 225.53 | 0.7 | 0.48 |
| Hex | 25 | 4E | CF | 52 | 3E | 0 | 13 | E2 | 46 | 30 |
| Octal | 45 | 116 | 317 | 122 | 76 | 0 | 23 | 342 | 106 | 60 |
| Binary | 100101 | 1001110 | 11001111 | 1010010 | 111110 | 0 | 10011 | 11100010 | 1000110 | 110000 |
Color Harmonies of #254ECF
Complementary color
Monochromatic Colors of #254ECF
Black with #254ECF
Text Example
Text Example
White with #254ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254ECF; }
p { color: rgb(37,78,207); }
H1.HeaderClassName
{
color: #254ECF;
}
.AnyTagClassName
{
color: #254ECF;
}
</style>
background-color css
<style>
a { background-color: #254ECF; }
a { background-color: rgb(37,78,207); }
div.DivClassName
{
background-color: #254ECF;
}
.BgClassName
{
background-color: #254ECF;
}
</style>
border-color css
<style>
span { border-color: #254ECF; }
span { border-color: rgb(37,78,207); }
td.TdClassName
{
border-color: #254ECF;
}
.TagClassName
{
border-color: #254ECF;
}
</style>