Shades of Fun Blue #1D428C
Tints of Fun Blue #1D428C
RGB
CMYK
RGB Variations
Color information
#1D428C (or 0x1D428C) is known color: Fun Blue. HEX triplet: 1D, 42 and 8C. RGB value is (29,66,140). Sum of RGB (Red+Green+Blue) = 29+66+140=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D428C is #E2BD73. Grayscale: #3F3F3F. Windows color (decimal): -14859636 or 9191965. OLE color: 9191965.
HSL color Cylindrical-coordinate representation of color #1D428C: hue angle of 220º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D428C is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 66 | 140 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.45 |
| HSL | 220º | 0.66% | 0.33% | - |
| HSV(B) | 220º | 0.79% | 0.55% | - |
| XYZ | 7.19 | 6.05 | 25.6 | - |
| YUV | 63.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 140 | 0.79 | 0.53 | 0 | 0.45 | 220 | 0.66 | 0.33 |
| Hex | 1D | 42 | 8C | 4F | 35 | 0 | 2D | DC | 42 | 21 |
| Octal | 35 | 102 | 214 | 117 | 65 | 0 | 55 | 334 | 102 | 41 |
| Binary | 11101 | 1000010 | 10001100 | 1001111 | 110101 | 0 | 101101 | 11011100 | 1000010 | 100001 |
Color Harmonies of #1D428C
Complementary color
Monochromatic Colors of #1D428C
Black with #1D428C
Text Example
Text Example
White with #1D428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D428C; }
p { color: rgb(29,66,140); }
H1.HeaderClassName
{
color: #1D428C;
}
.AnyTagClassName
{
color: #1D428C;
}
</style>
background-color css
<style>
a { background-color: #1D428C; }
a { background-color: rgb(29,66,140); }
div.DivClassName
{
background-color: #1D428C;
}
.BgClassName
{
background-color: #1D428C;
}
</style>
border-color css
<style>
span { border-color: #1D428C; }
span { border-color: rgb(29,66,140); }
td.TdClassName
{
border-color: #1D428C;
}
.TagClassName
{
border-color: #1D428C;
}
</style>