Shades of Fun Blue #1E4488
Tints of Fun Blue #1E4488
RGB
CMYK
RGB Variations
Color information
#1E4488 (or 0x1E4488) is known color: Fun Blue. HEX triplet: 1E, 44 and 88. RGB value is (30,68,136). Sum of RGB (Red+Green+Blue) = 30+68+136=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E4488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4488 is #E1BB77. Grayscale: #404040. Windows color (decimal): -14793592 or 8930334. OLE color: 8930334.
HSL color Cylindrical-coordinate representation of color #1E4488: hue angle of 218.49º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E4488 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 68 | 136 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.47 |
| HSL | 218.49º | 0.64% | 0.33% | - |
| HSV(B) | 218.49º | 0.78% | 0.53% | - |
| XYZ | 7.05 | 6.19 | 24.12 | - |
| YUV | 64.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 136 | 0.78 | 0.50 | 0 | 0.47 | 218.49 | 0.64 | 0.33 |
| Hex | 1E | 44 | 88 | 4E | 32 | 0 | 2F | DA | 40 | 21 |
| Octal | 36 | 104 | 210 | 116 | 62 | 0 | 57 | 332 | 100 | 41 |
| Binary | 11110 | 1000100 | 10001000 | 1001110 | 110010 | 0 | 101111 | 11011010 | 1000000 | 100001 |
Color Harmonies of #1E4488
Complementary color
Monochromatic Colors of #1E4488
Black with #1E4488
Text Example
Text Example
White with #1E4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4488; }
p { color: rgb(30,68,136); }
H1.HeaderClassName
{
color: #1E4488;
}
.AnyTagClassName
{
color: #1E4488;
}
</style>
background-color css
<style>
a { background-color: #1E4488; }
a { background-color: rgb(30,68,136); }
div.DivClassName
{
background-color: #1E4488;
}
.BgClassName
{
background-color: #1E4488;
}
</style>
border-color css
<style>
span { border-color: #1E4488; }
span { border-color: rgb(30,68,136); }
td.TdClassName
{
border-color: #1E4488;
}
.TagClassName
{
border-color: #1E4488;
}
</style>