Shades of Jordy Blue #80A5F1
Tints of Jordy Blue #80A5F1
RGB
CMYK
RGB Variations
Color information
#80A5F1 (or 0x80A5F1) is known color: Jordy Blue. HEX triplet: 80, A5 and F1. RGB value is (128,165,241). Sum of RGB (Red+Green+Blue) = 128+165+241=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #80A5F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A5F1 is #7F5A0E. Grayscale: #A2A2A2. Windows color (decimal): -8346127 or 15836544. OLE color: 15836544.
HSL color Cylindrical-coordinate representation of color #80A5F1: hue angle of 220.35º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80A5F1 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 165 | 241 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.05 |
| HSL | 220.35º | 0.8% | 0.72% | - |
| HSV(B) | 220.35º | 0.47% | 0.95% | - |
| XYZ | 38.23 | 37.85 | 88.51 | - |
| YUV | 162.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 241 | 0.47 | 0.32 | 0 | 0.05 | 220.35 | 0.8 | 0.72 |
| Hex | 80 | A5 | F1 | 2F | 20 | 0 | 5 | DC | 50 | 48 |
| Octal | 200 | 245 | 361 | 57 | 40 | 0 | 5 | 334 | 120 | 110 |
| Binary | 10000000 | 10100101 | 11110001 | 101111 | 100000 | 0 | 101 | 11011100 | 1010000 | 1001000 |
Color Harmonies of #80A5F1
Complementary color
Monochromatic Colors of #80A5F1
Black with #80A5F1
Text Example
Text Example
White with #80A5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A5F1; }
p { color: rgb(128,165,241); }
H1.HeaderClassName
{
color: #80A5F1;
}
.AnyTagClassName
{
color: #80A5F1;
}
</style>
background-color css
<style>
a { background-color: #80A5F1; }
a { background-color: rgb(128,165,241); }
div.DivClassName
{
background-color: #80A5F1;
}
.BgClassName
{
background-color: #80A5F1;
}
</style>
border-color css
<style>
span { border-color: #80A5F1; }
span { border-color: rgb(128,165,241); }
td.TdClassName
{
border-color: #80A5F1;
}
.TagClassName
{
border-color: #80A5F1;
}
</style>