Shades of Fun Blue #1F457D
Tints of Fun Blue #1F457D
RGB
CMYK
RGB Variations
Color information
#1F457D (or 0x1F457D) is known color: Fun Blue. HEX triplet: 1F, 45 and 7D. RGB value is (31,69,125). Sum of RGB (Red+Green+Blue) = 31+69+125=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F457D is #E0BA82. Grayscale: #3F3F3F. Windows color (decimal): -14727811 or 8209695. OLE color: 8209695.
HSL color Cylindrical-coordinate representation of color #1F457D: hue angle of 215.74º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F457D is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 69 | 125 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.51 |
| HSL | 215.74º | 0.6% | 0.31% | - |
| HSV(B) | 215.74º | 0.75% | 0.49% | - |
| XYZ | 6.39 | 6.03 | 20.23 | - |
| YUV | 64.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 125 | 0.75 | 0.45 | 0 | 0.51 | 215.74 | 0.6 | 0.31 |
| Hex | 1F | 45 | 7D | 4B | 2D | 0 | 33 | D8 | 3C | 1F |
| Octal | 37 | 105 | 175 | 113 | 55 | 0 | 63 | 330 | 74 | 37 |
| Binary | 11111 | 1000101 | 1111101 | 1001011 | 101101 | 0 | 110011 | 11011000 | 111100 | 11111 |
Color Harmonies of #1F457D
Complementary color
Monochromatic Colors of #1F457D
Black with #1F457D
Text Example
Text Example
White with #1F457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F457D; }
p { color: rgb(31,69,125); }
H1.HeaderClassName
{
color: #1F457D;
}
.AnyTagClassName
{
color: #1F457D;
}
</style>
background-color css
<style>
a { background-color: #1F457D; }
a { background-color: rgb(31,69,125); }
div.DivClassName
{
background-color: #1F457D;
}
.BgClassName
{
background-color: #1F457D;
}
</style>
border-color css
<style>
span { border-color: #1F457D; }
span { border-color: rgb(31,69,125); }
td.TdClassName
{
border-color: #1F457D;
}
.TagClassName
{
border-color: #1F457D;
}
</style>