Shades of Jordy Blue #84A2DD
Tints of Jordy Blue #84A2DD
RGB
CMYK
RGB Variations
Color information
#84A2DD (or 0x84A2DD) is known color: Jordy Blue. HEX triplet: 84, A2 and DD. RGB value is (132,162,221). Sum of RGB (Red+Green+Blue) = 132+162+221=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #84A2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2DD is #7B5D22. Grayscale: #9F9F9F. Windows color (decimal): -8084771 or 14525060. OLE color: 14525060.
HSL color Cylindrical-coordinate representation of color #84A2DD: hue angle of 219.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A2DD is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 162 | 221 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.13 |
| HSL | 219.78º | 0.57% | 0.69% | - |
| HSV(B) | 219.78º | 0.4% | 0.87% | - |
| XYZ | 35.49 | 35.97 | 73.48 | - |
| YUV | 159.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 221 | 0.40 | 0.27 | 0 | 0.13 | 219.78 | 0.57 | 0.69 |
| Hex | 84 | A2 | DD | 28 | 1B | 0 | D | DC | 39 | 45 |
| Octal | 204 | 242 | 335 | 50 | 33 | 0 | 15 | 334 | 71 | 105 |
| Binary | 10000100 | 10100010 | 11011101 | 101000 | 11011 | 0 | 1101 | 11011100 | 111001 | 1000101 |
Color Harmonies of #84A2DD
Complementary color
Monochromatic Colors of #84A2DD
Black with #84A2DD
Text Example
Text Example
White with #84A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A2DD; }
p { color: rgb(132,162,221); }
H1.HeaderClassName
{
color: #84A2DD;
}
.AnyTagClassName
{
color: #84A2DD;
}
</style>
background-color css
<style>
a { background-color: #84A2DD; }
a { background-color: rgb(132,162,221); }
div.DivClassName
{
background-color: #84A2DD;
}
.BgClassName
{
background-color: #84A2DD;
}
</style>
border-color css
<style>
span { border-color: #84A2DD; }
span { border-color: rgb(132,162,221); }
td.TdClassName
{
border-color: #84A2DD;
}
.TagClassName
{
border-color: #84A2DD;
}
</style>