Shades of Fun Blue #1E4282
Tints of Fun Blue #1E4282
RGB
CMYK
RGB Variations
Color information
#1E4282 (or 0x1E4282) is known color: Fun Blue. HEX triplet: 1E, 42 and 82. RGB value is (30,66,130). Sum of RGB (Red+Green+Blue) = 30+66+130=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E4282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4282 is #E1BD7D. Grayscale: #3E3E3E. Windows color (decimal): -14794110 or 8536606. OLE color: 8536606.
HSL color Cylindrical-coordinate representation of color #1E4282: hue angle of 218.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4282 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 66 | 130 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.49 |
| HSL | 218.4º | 0.63% | 0.31% | - |
| HSV(B) | 218.4º | 0.77% | 0.51% | - |
| XYZ | 6.51 | 5.78 | 21.89 | - |
| YUV | 62.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 130 | 0.77 | 0.49 | 0 | 0.49 | 218.4 | 0.63 | 0.31 |
| Hex | 1E | 42 | 82 | 4D | 31 | 0 | 31 | DA | 3E | 1F |
| Octal | 36 | 102 | 202 | 115 | 61 | 0 | 61 | 332 | 76 | 37 |
| Binary | 11110 | 1000010 | 10000010 | 1001101 | 110001 | 0 | 110001 | 11011010 | 111110 | 11111 |
Color Harmonies of #1E4282
Complementary color
Monochromatic Colors of #1E4282
Black with #1E4282
Text Example
Text Example
White with #1E4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4282; }
p { color: rgb(30,66,130); }
H1.HeaderClassName
{
color: #1E4282;
}
.AnyTagClassName
{
color: #1E4282;
}
</style>
background-color css
<style>
a { background-color: #1E4282; }
a { background-color: rgb(30,66,130); }
div.DivClassName
{
background-color: #1E4282;
}
.BgClassName
{
background-color: #1E4282;
}
</style>
border-color css
<style>
span { border-color: #1E4282; }
span { border-color: rgb(30,66,130); }
td.TdClassName
{
border-color: #1E4282;
}
.TagClassName
{
border-color: #1E4282;
}
</style>