Shades of Fun Blue #1D4285
Tints of Fun Blue #1D4285
RGB
CMYK
RGB Variations
Color information
#1D4285 (or 0x1D4285) is known color: Fun Blue. HEX triplet: 1D, 42 and 85. RGB value is (29,66,133). Sum of RGB (Red+Green+Blue) = 29+66+133=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D4285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4285 is #E2BD7A. Grayscale: #3E3E3E. Windows color (decimal): -14859643 or 8733213. OLE color: 8733213.
HSL color Cylindrical-coordinate representation of color #1D4285: hue angle of 218.65º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4285 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 66 | 133 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.48 |
| HSL | 218.65º | 0.64% | 0.32% | - |
| HSV(B) | 218.65º | 0.78% | 0.52% | - |
| XYZ | 6.69 | 5.85 | 22.97 | - |
| YUV | 62.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 133 | 0.78 | 0.50 | 0 | 0.48 | 218.65 | 0.64 | 0.32 |
| Hex | 1D | 42 | 85 | 4E | 32 | 0 | 30 | DB | 40 | 20 |
| Octal | 35 | 102 | 205 | 116 | 62 | 0 | 60 | 333 | 100 | 40 |
| Binary | 11101 | 1000010 | 10000101 | 1001110 | 110010 | 0 | 110000 | 11011011 | 1000000 | 100000 |
Color Harmonies of #1D4285
Complementary color
Monochromatic Colors of #1D4285
Black with #1D4285
Text Example
Text Example
White with #1D4285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4285; }
p { color: rgb(29,66,133); }
H1.HeaderClassName
{
color: #1D4285;
}
.AnyTagClassName
{
color: #1D4285;
}
</style>
background-color css
<style>
a { background-color: #1D4285; }
a { background-color: rgb(29,66,133); }
div.DivClassName
{
background-color: #1D4285;
}
.BgClassName
{
background-color: #1D4285;
}
</style>
border-color css
<style>
span { border-color: #1D4285; }
span { border-color: rgb(29,66,133); }
td.TdClassName
{
border-color: #1D4285;
}
.TagClassName
{
border-color: #1D4285;
}
</style>