Shades of Jordy Blue #84A5DF
Tints of Jordy Blue #84A5DF
RGB
CMYK
RGB Variations
Color information
#84A5DF (or 0x84A5DF) is known color: Jordy Blue. HEX triplet: 84, A5 and DF. RGB value is (132,165,223). Sum of RGB (Red+Green+Blue) = 132+165+223=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #84A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5DF is #7B5A20. Grayscale: #A1A1A1. Windows color (decimal): -8084001 or 14656900. OLE color: 14656900.
HSL color Cylindrical-coordinate representation of color #84A5DF: hue angle of 218.24º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A5DF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 165 | 223 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.13 |
| HSL | 218.24º | 0.59% | 0.7% | - |
| HSV(B) | 218.24º | 0.41% | 0.87% | - |
| XYZ | 36.29 | 37.14 | 75.07 | - |
| YUV | 161.75 | 162.57 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 223 | 0.41 | 0.26 | 0 | 0.13 | 218.24 | 0.59 | 0.7 |
| Hex | 84 | A5 | DF | 29 | 1A | 0 | D | DA | 3B | 46 |
| Octal | 204 | 245 | 337 | 51 | 32 | 0 | 15 | 332 | 73 | 106 |
| Binary | 10000100 | 10100101 | 11011111 | 101001 | 11010 | 0 | 1101 | 11011010 | 111011 | 1000110 |
Color Harmonies of #84A5DF
Complementary color
Monochromatic Colors of #84A5DF
Black with #84A5DF
Text Example
Text Example
White with #84A5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A5DF; }
p { color: rgb(132,165,223); }
H1.HeaderClassName
{
color: #84A5DF;
}
.AnyTagClassName
{
color: #84A5DF;
}
</style>
background-color css
<style>
a { background-color: #84A5DF; }
a { background-color: rgb(132,165,223); }
div.DivClassName
{
background-color: #84A5DF;
}
.BgClassName
{
background-color: #84A5DF;
}
</style>
border-color css
<style>
span { border-color: #84A5DF; }
span { border-color: rgb(132,165,223); }
td.TdClassName
{
border-color: #84A5DF;
}
.TagClassName
{
border-color: #84A5DF;
}
</style>