Shades of Fun Blue #1E428F
Tints of Fun Blue #1E428F
RGB
CMYK
RGB Variations
Color information
#1E428F (or 0x1E428F) is known color: Fun Blue. HEX triplet: 1E, 42 and 8F. RGB value is (30,66,143). Sum of RGB (Red+Green+Blue) = 30+66+143=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E428F is #E1BD70. Grayscale: #3F3F3F. Windows color (decimal): -14794097 or 9388574. OLE color: 9388574.
HSL color Cylindrical-coordinate representation of color #1E428F: hue angle of 220.88º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E428F is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 66 | 143 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.44 |
| HSL | 220.89º | 0.65% | 0.34% | - |
| HSV(B) | 220.89º | 0.79% | 0.56% | - |
| XYZ | 7.44 | 6.16 | 26.78 | - |
| YUV | 64.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 143 | 0.79 | 0.54 | 0 | 0.44 | 220.89 | 0.65 | 0.34 |
| Hex | 1E | 42 | 8F | 4F | 36 | 0 | 2C | DD | 41 | 22 |
| Octal | 36 | 102 | 217 | 117 | 66 | 0 | 54 | 335 | 101 | 42 |
| Binary | 11110 | 1000010 | 10001111 | 1001111 | 110110 | 0 | 101100 | 11011101 | 1000001 | 100010 |
Color Harmonies of #1E428F
Complementary color
Monochromatic Colors of #1E428F
Black with #1E428F
Text Example
Text Example
White with #1E428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E428F; }
p { color: rgb(30,66,143); }
H1.HeaderClassName
{
color: #1E428F;
}
.AnyTagClassName
{
color: #1E428F;
}
</style>
background-color css
<style>
a { background-color: #1E428F; }
a { background-color: rgb(30,66,143); }
div.DivClassName
{
background-color: #1E428F;
}
.BgClassName
{
background-color: #1E428F;
}
</style>
border-color css
<style>
span { border-color: #1E428F; }
span { border-color: rgb(30,66,143); }
td.TdClassName
{
border-color: #1E428F;
}
.TagClassName
{
border-color: #1E428F;
}
</style>