Shades of Fun Blue #254A8B
Tints of Fun Blue #254A8B
RGB
CMYK
RGB Variations
Color information
#254A8B (or 0x254A8B) is known color: Fun Blue. HEX triplet: 25, 4A and 8B. RGB value is (37,74,139). Sum of RGB (Red+Green+Blue) = 37+74+139=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #254A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A8B is #DAB574. Grayscale: #464646. Windows color (decimal): -14333301 or 9128485. OLE color: 9128485.
HSL color Cylindrical-coordinate representation of color #254A8B: hue angle of 218.24º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254A8B is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 74 | 139 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.45 |
| HSL | 218.24º | 0.58% | 0.35% | - |
| HSV(B) | 218.24º | 0.73% | 0.55% | - |
| XYZ | 7.87 | 7.15 | 25.39 | - |
| YUV | 70.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 139 | 0.73 | 0.47 | 0 | 0.45 | 218.24 | 0.58 | 0.35 |
| Hex | 25 | 4A | 8B | 49 | 2F | 0 | 2D | DA | 3A | 23 |
| Octal | 45 | 112 | 213 | 111 | 57 | 0 | 55 | 332 | 72 | 43 |
| Binary | 100101 | 1001010 | 10001011 | 1001001 | 101111 | 0 | 101101 | 11011010 | 111010 | 100011 |
Color Harmonies of #254A8B
Complementary color
Monochromatic Colors of #254A8B
Black with #254A8B
Text Example
Text Example
White with #254A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A8B; }
p { color: rgb(37,74,139); }
H1.HeaderClassName
{
color: #254A8B;
}
.AnyTagClassName
{
color: #254A8B;
}
</style>
background-color css
<style>
a { background-color: #254A8B; }
a { background-color: rgb(37,74,139); }
div.DivClassName
{
background-color: #254A8B;
}
.BgClassName
{
background-color: #254A8B;
}
</style>
border-color css
<style>
span { border-color: #254A8B; }
span { border-color: rgb(37,74,139); }
td.TdClassName
{
border-color: #254A8B;
}
.TagClassName
{
border-color: #254A8B;
}
</style>