Shades of Fun Blue #20458F
Tints of Fun Blue #20458F
RGB
CMYK
RGB Variations
Color information
#20458F (or 0x20458F) is known color: Fun Blue. HEX triplet: 20, 45 and 8F. RGB value is (32,69,143). Sum of RGB (Red+Green+Blue) = 32+69+143=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #20458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20458F is #DFBA70. Grayscale: #424242. Windows color (decimal): -14662257 or 9389344. OLE color: 9389344.
HSL color Cylindrical-coordinate representation of color #20458F: hue angle of 220º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20458F is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 69 | 143 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.44 |
| HSL | 220º | 0.63% | 0.34% | - |
| HSV(B) | 220º | 0.78% | 0.56% | - |
| XYZ | 7.68 | 6.55 | 26.85 | - |
| YUV | 66.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 143 | 0.78 | 0.52 | 0 | 0.44 | 220 | 0.63 | 0.34 |
| Hex | 20 | 45 | 8F | 4E | 34 | 0 | 2C | DC | 3F | 22 |
| Octal | 40 | 105 | 217 | 116 | 64 | 0 | 54 | 334 | 77 | 42 |
| Binary | 100000 | 1000101 | 10001111 | 1001110 | 110100 | 0 | 101100 | 11011100 | 111111 | 100010 |
Color Harmonies of #20458F
Complementary color
Monochromatic Colors of #20458F
Black with #20458F
Text Example
Text Example
White with #20458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20458F; }
p { color: rgb(32,69,143); }
H1.HeaderClassName
{
color: #20458F;
}
.AnyTagClassName
{
color: #20458F;
}
</style>
background-color css
<style>
a { background-color: #20458F; }
a { background-color: rgb(32,69,143); }
div.DivClassName
{
background-color: #20458F;
}
.BgClassName
{
background-color: #20458F;
}
</style>
border-color css
<style>
span { border-color: #20458F; }
span { border-color: rgb(32,69,143); }
td.TdClassName
{
border-color: #20458F;
}
.TagClassName
{
border-color: #20458F;
}
</style>