Shades of Fun Blue #1D408C
Tints of Fun Blue #1D408C
RGB
CMYK
RGB Variations
Color information
#1D408C (or 0x1D408C) is known color: Fun Blue. HEX triplet: 1D, 40 and 8C. RGB value is (29,64,140). Sum of RGB (Red+Green+Blue) = 29+64+140=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D408C is #E2BF73. Grayscale: #3D3D3D. Windows color (decimal): -14860148 or 9191453. OLE color: 9191453.
HSL color Cylindrical-coordinate representation of color #1D408C: hue angle of 221.08º 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 #1D408C is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 64 | 140 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.45 |
| HSL | 221.08º | 0.66% | 0.33% | - |
| HSV(B) | 221.08º | 0.79% | 0.55% | - |
| XYZ | 7.07 | 5.82 | 25.56 | - |
| YUV | 62.2 | 171.9 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 140 | 0.79 | 0.54 | 0 | 0.45 | 221.08 | 0.66 | 0.33 |
| Hex | 1D | 40 | 8C | 4F | 36 | 0 | 2D | DD | 42 | 21 |
| Octal | 35 | 100 | 214 | 117 | 66 | 0 | 55 | 335 | 102 | 41 |
| Binary | 11101 | 1000000 | 10001100 | 1001111 | 110110 | 0 | 101101 | 11011101 | 1000010 | 100001 |
Color Harmonies of #1D408C
Complementary color
Monochromatic Colors of #1D408C
Black with #1D408C
Text Example
Text Example
White with #1D408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D408C; }
p { color: rgb(29,64,140); }
H1.HeaderClassName
{
color: #1D408C;
}
.AnyTagClassName
{
color: #1D408C;
}
</style>
background-color css
<style>
a { background-color: #1D408C; }
a { background-color: rgb(29,64,140); }
div.DivClassName
{
background-color: #1D408C;
}
.BgClassName
{
background-color: #1D408C;
}
</style>
border-color css
<style>
span { border-color: #1D408C; }
span { border-color: rgb(29,64,140); }
td.TdClassName
{
border-color: #1D408C;
}
.TagClassName
{
border-color: #1D408C;
}
</style>