Shades of Cerulean Blue #254DAE
Tints of Cerulean Blue #254DAE
RGB
CMYK
RGB Variations
Color information
#254DAE (or 0x254DAE) is known color: Cerulean Blue. HEX triplet: 25, 4D and AE. RGB value is (37,77,174). Sum of RGB (Red+Green+Blue) = 37+77+174=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #254DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254DAE is #DAB251. Grayscale: #4B4B4B. Windows color (decimal): -14332498 or 11423013. OLE color: 11423013.
HSL color Cylindrical-coordinate representation of color #254DAE: hue angle of 222.48º 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 #254DAE is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 77 | 174 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.32 |
| HSL | 222.48º | 0.65% | 0.41% | - |
| HSV(B) | 222.48º | 0.79% | 0.68% | - |
| XYZ | 11.06 | 8.76 | 41.15 | - |
| YUV | 76.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 174 | 0.79 | 0.56 | 0 | 0.32 | 222.48 | 0.65 | 0.41 |
| Hex | 25 | 4D | AE | 4F | 38 | 0 | 20 | DE | 41 | 29 |
| Octal | 45 | 115 | 256 | 117 | 70 | 0 | 40 | 336 | 101 | 51 |
| Binary | 100101 | 1001101 | 10101110 | 1001111 | 111000 | 0 | 100000 | 11011110 | 1000001 | 101001 |
Color Harmonies of #254DAE
Complementary color
Monochromatic Colors of #254DAE
Black with #254DAE
Text Example
Text Example
White with #254DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DAE; }
p { color: rgb(37,77,174); }
H1.HeaderClassName
{
color: #254DAE;
}
.AnyTagClassName
{
color: #254DAE;
}
</style>
background-color css
<style>
a { background-color: #254DAE; }
a { background-color: rgb(37,77,174); }
div.DivClassName
{
background-color: #254DAE;
}
.BgClassName
{
background-color: #254DAE;
}
</style>
border-color css
<style>
span { border-color: #254DAE; }
span { border-color: rgb(37,77,174); }
td.TdClassName
{
border-color: #254DAE;
}
.TagClassName
{
border-color: #254DAE;
}
</style>