Shades of Jordy Blue #80A2FA
Tints of Jordy Blue #80A2FA
RGB
CMYK
RGB Variations
Color information
#80A2FA (or 0x80A2FA) is known color: Jordy Blue. HEX triplet: 80, A2 and FA. RGB value is (128,162,250). Sum of RGB (Red+Green+Blue) = 128+162+250=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #80A2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2FA is #7F5D05. Grayscale: #A1A1A1. Windows color (decimal): -8346886 or 16425600. OLE color: 16425600.
HSL color Cylindrical-coordinate representation of color #80A2FA: hue angle of 223.28º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A2FA is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 162 | 250 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.02 |
| HSL | 223.28º | 0.92% | 0.74% | - |
| HSV(B) | 223.28º | 0.49% | 0.98% | - |
| XYZ | 39.08 | 37.33 | 95.59 | - |
| YUV | 161.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 250 | 0.49 | 0.35 | 0 | 0.02 | 223.28 | 0.92 | 0.74 |
| Hex | 80 | A2 | FA | 31 | 23 | 0 | 2 | DF | 5C | 4A |
| Octal | 200 | 242 | 372 | 61 | 43 | 0 | 2 | 337 | 134 | 112 |
| Binary | 10000000 | 10100010 | 11111010 | 110001 | 100011 | 0 | 10 | 11011111 | 1011100 | 1001010 |
Color Harmonies of #80A2FA
Complementary color
Monochromatic Colors of #80A2FA
Black with #80A2FA
Text Example
Text Example
White with #80A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2FA; }
p { color: rgb(128,162,250); }
H1.HeaderClassName
{
color: #80A2FA;
}
.AnyTagClassName
{
color: #80A2FA;
}
</style>
background-color css
<style>
a { background-color: #80A2FA; }
a { background-color: rgb(128,162,250); }
div.DivClassName
{
background-color: #80A2FA;
}
.BgClassName
{
background-color: #80A2FA;
}
</style>
border-color css
<style>
span { border-color: #80A2FA; }
span { border-color: rgb(128,162,250); }
td.TdClassName
{
border-color: #80A2FA;
}
.TagClassName
{
border-color: #80A2FA;
}
</style>