Shades of Cerulean Blue #254AAE
Tints of Cerulean Blue #254AAE
RGB
CMYK
RGB Variations
Color information
#254AAE (or 0x254AAE) is known color: Cerulean Blue. HEX triplet: 25, 4A and AE. RGB value is (37,74,174). Sum of RGB (Red+Green+Blue) = 37+74+174=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #254AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254AAE is #DAB551. Grayscale: #494949. Windows color (decimal): -14333266 or 11422245. OLE color: 11422245.
HSL color Cylindrical-coordinate representation of color #254AAE: hue angle of 223.8º 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 #254AAE is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 74 | 174 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.32 |
| HSL | 223.8º | 0.65% | 0.41% | - |
| HSV(B) | 223.8º | 0.79% | 0.68% | - |
| XYZ | 10.85 | 8.35 | 41.08 | - |
| YUV | 74.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 174 | 0.79 | 0.57 | 0 | 0.32 | 223.8 | 0.65 | 0.41 |
| Hex | 25 | 4A | AE | 4F | 39 | 0 | 20 | E0 | 41 | 29 |
| Octal | 45 | 112 | 256 | 117 | 71 | 0 | 40 | 340 | 101 | 51 |
| Binary | 100101 | 1001010 | 10101110 | 1001111 | 111001 | 0 | 100000 | 11100000 | 1000001 | 101001 |
Color Harmonies of #254AAE
Complementary color
Monochromatic Colors of #254AAE
Black with #254AAE
Text Example
Text Example
White with #254AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AAE; }
p { color: rgb(37,74,174); }
H1.HeaderClassName
{
color: #254AAE;
}
.AnyTagClassName
{
color: #254AAE;
}
</style>
background-color css
<style>
a { background-color: #254AAE; }
a { background-color: rgb(37,74,174); }
div.DivClassName
{
background-color: #254AAE;
}
.BgClassName
{
background-color: #254AAE;
}
</style>
border-color css
<style>
span { border-color: #254AAE; }
span { border-color: rgb(37,74,174); }
td.TdClassName
{
border-color: #254AAE;
}
.TagClassName
{
border-color: #254AAE;
}
</style>