Shades of Fun Blue #214087
Tints of Fun Blue #214087
RGB
CMYK
RGB Variations
Color information
#214087 (or 0x214087) is known color: Fun Blue. HEX triplet: 21, 40 and 87. RGB value is (33,64,135). Sum of RGB (Red+Green+Blue) = 33+64+135=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #214087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214087 is #DEBF78. Grayscale: #3E3E3E. Windows color (decimal): -14598009 or 8863777. OLE color: 8863777.
HSL color Cylindrical-coordinate representation of color #214087: hue angle of 221.76º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214087 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 64 | 135 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.47 |
| HSL | 221.76º | 0.61% | 0.33% | - |
| HSV(B) | 221.76º | 0.76% | 0.53% | - |
| XYZ | 6.83 | 5.74 | 23.67 | - |
| YUV | 62.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 135 | 0.76 | 0.53 | 0 | 0.47 | 221.76 | 0.61 | 0.33 |
| Hex | 21 | 40 | 87 | 4C | 35 | 0 | 2F | DE | 3D | 21 |
| Octal | 41 | 100 | 207 | 114 | 65 | 0 | 57 | 336 | 75 | 41 |
| Binary | 100001 | 1000000 | 10000111 | 1001100 | 110101 | 0 | 101111 | 11011110 | 111101 | 100001 |
Color Harmonies of #214087
Complementary color
Monochromatic Colors of #214087
Black with #214087
Text Example
Text Example
White with #214087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214087; }
p { color: rgb(33,64,135); }
H1.HeaderClassName
{
color: #214087;
}
.AnyTagClassName
{
color: #214087;
}
</style>
background-color css
<style>
a { background-color: #214087; }
a { background-color: rgb(33,64,135); }
div.DivClassName
{
background-color: #214087;
}
.BgClassName
{
background-color: #214087;
}
</style>
border-color css
<style>
span { border-color: #214087; }
span { border-color: rgb(33,64,135); }
td.TdClassName
{
border-color: #214087;
}
.TagClassName
{
border-color: #214087;
}
</style>