Shades of Fun Blue #21457F
Tints of Fun Blue #21457F
RGB
CMYK
RGB Variations
Color information
#21457F (or 0x21457F) is known color: Fun Blue. HEX triplet: 21, 45 and 7F. RGB value is (33,69,127). Sum of RGB (Red+Green+Blue) = 33+69+127=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #21457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21457F is #DEBA80. Grayscale: #404040. Windows color (decimal): -14596737 or 8340769. OLE color: 8340769.
HSL color Cylindrical-coordinate representation of color #21457F: hue angle of 217.02º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21457F is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 69 | 127 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.50 |
| HSL | 217.02º | 0.59% | 0.31% | - |
| HSV(B) | 217.02º | 0.74% | 0.5% | - |
| XYZ | 6.59 | 6.11 | 20.91 | - |
| YUV | 64.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 127 | 0.74 | 0.46 | 0 | 0.50 | 217.02 | 0.59 | 0.31 |
| Hex | 21 | 45 | 7F | 4A | 2E | 0 | 32 | D9 | 3B | 1F |
| Octal | 41 | 105 | 177 | 112 | 56 | 0 | 62 | 331 | 73 | 37 |
| Binary | 100001 | 1000101 | 1111111 | 1001010 | 101110 | 0 | 110010 | 11011001 | 111011 | 11111 |
Color Harmonies of #21457F
Complementary color
Monochromatic Colors of #21457F
Black with #21457F
Text Example
Text Example
White with #21457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21457F; }
p { color: rgb(33,69,127); }
H1.HeaderClassName
{
color: #21457F;
}
.AnyTagClassName
{
color: #21457F;
}
</style>
background-color css
<style>
a { background-color: #21457F; }
a { background-color: rgb(33,69,127); }
div.DivClassName
{
background-color: #21457F;
}
.BgClassName
{
background-color: #21457F;
}
</style>
border-color css
<style>
span { border-color: #21457F; }
span { border-color: rgb(33,69,127); }
td.TdClassName
{
border-color: #21457F;
}
.TagClassName
{
border-color: #21457F;
}
</style>