Shades of Fun Blue #254A7D
Tints of Fun Blue #254A7D
RGB
CMYK
RGB Variations
Color information
#254A7D (or 0x254A7D) is known color: Fun Blue. HEX triplet: 25, 4A and 7D. RGB value is (37,74,125). Sum of RGB (Red+Green+Blue) = 37+74+125=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #254A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A7D is #DAB582. Grayscale: #444444. Windows color (decimal): -14333315 or 8210981. OLE color: 8210981.
HSL color Cylindrical-coordinate representation of color #254A7D: hue angle of 214.77º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #254A7D is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 74 | 125 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.51 |
| HSL | 214.77º | 0.54% | 0.32% | - |
| HSV(B) | 214.77º | 0.7% | 0.49% | - |
| XYZ | 6.91 | 6.77 | 20.34 | - |
| YUV | 68.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 125 | 0.70 | 0.41 | 0 | 0.51 | 214.77 | 0.54 | 0.32 |
| Hex | 25 | 4A | 7D | 46 | 29 | 0 | 33 | D7 | 36 | 20 |
| Octal | 45 | 112 | 175 | 106 | 51 | 0 | 63 | 327 | 66 | 40 |
| Binary | 100101 | 1001010 | 1111101 | 1000110 | 101001 | 0 | 110011 | 11010111 | 110110 | 100000 |
Color Harmonies of #254A7D
Complementary color
Monochromatic Colors of #254A7D
Black with #254A7D
Text Example
Text Example
White with #254A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A7D; }
p { color: rgb(37,74,125); }
H1.HeaderClassName
{
color: #254A7D;
}
.AnyTagClassName
{
color: #254A7D;
}
</style>
background-color css
<style>
a { background-color: #254A7D; }
a { background-color: rgb(37,74,125); }
div.DivClassName
{
background-color: #254A7D;
}
.BgClassName
{
background-color: #254A7D;
}
</style>
border-color css
<style>
span { border-color: #254A7D; }
span { border-color: rgb(37,74,125); }
td.TdClassName
{
border-color: #254A7D;
}
.TagClassName
{
border-color: #254A7D;
}
</style>