Shades of Cerulean Blue #254FAE
Tints of Cerulean Blue #254FAE
RGB
CMYK
RGB Variations
Color information
#254FAE (or 0x254FAE) is known color: Cerulean Blue. HEX triplet: 25, 4F and AE. RGB value is (37,79,174). Sum of RGB (Red+Green+Blue) = 37+79+174=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #254FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254FAE is #DAB051. Grayscale: #4C4C4C. Windows color (decimal): -14331986 or 11423525. OLE color: 11423525.
HSL color Cylindrical-coordinate representation of color #254FAE: hue angle of 221.61º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254FAE is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 79 | 174 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.32 |
| HSL | 221.61º | 0.65% | 0.41% | - |
| HSV(B) | 221.61º | 0.79% | 0.68% | - |
| XYZ | 11.2 | 9.04 | 41.2 | - |
| YUV | 77.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 174 | 0.79 | 0.55 | 0 | 0.32 | 221.61 | 0.65 | 0.41 |
| Hex | 25 | 4F | AE | 4F | 37 | 0 | 20 | DE | 41 | 29 |
| Octal | 45 | 117 | 256 | 117 | 67 | 0 | 40 | 336 | 101 | 51 |
| Binary | 100101 | 1001111 | 10101110 | 1001111 | 110111 | 0 | 100000 | 11011110 | 1000001 | 101001 |
Color Harmonies of #254FAE
Complementary color
Monochromatic Colors of #254FAE
Black with #254FAE
Text Example
Text Example
White with #254FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FAE; }
p { color: rgb(37,79,174); }
H1.HeaderClassName
{
color: #254FAE;
}
.AnyTagClassName
{
color: #254FAE;
}
</style>
background-color css
<style>
a { background-color: #254FAE; }
a { background-color: rgb(37,79,174); }
div.DivClassName
{
background-color: #254FAE;
}
.BgClassName
{
background-color: #254FAE;
}
</style>
border-color css
<style>
span { border-color: #254FAE; }
span { border-color: rgb(37,79,174); }
td.TdClassName
{
border-color: #254FAE;
}
.TagClassName
{
border-color: #254FAE;
}
</style>