Shades of Jordy Blue #7FB1F1
Tints of Jordy Blue #7FB1F1
RGB
CMYK
RGB Variations
Color information
#7FB1F1 (or 0x7FB1F1) is known color: Jordy Blue. HEX triplet: 7F, B1 and F1. RGB value is (127,177,241). Sum of RGB (Red+Green+Blue) = 127+177+241=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #7FB1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB1F1 is #804E0E. Grayscale: #A9A9A9. Windows color (decimal): -8408591 or 15839615. OLE color: 15839615.
HSL color Cylindrical-coordinate representation of color #7FB1F1: hue angle of 213.68º 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 #7FB1F1 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 177 | 241 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.05 |
| HSL | 213.68º | 0.8% | 0.72% | - |
| HSV(B) | 213.68º | 0.47% | 0.95% | - |
| XYZ | 40.35 | 42.31 | 89.26 | - |
| YUV | 169.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 241 | 0.47 | 0.27 | 0 | 0.05 | 213.68 | 0.8 | 0.72 |
| Hex | 7F | B1 | F1 | 2F | 1B | 0 | 5 | D6 | 50 | 48 |
| Octal | 177 | 261 | 361 | 57 | 33 | 0 | 5 | 326 | 120 | 110 |
| Binary | 1111111 | 10110001 | 11110001 | 101111 | 11011 | 0 | 101 | 11010110 | 1010000 | 1001000 |
Color Harmonies of #7FB1F1
Complementary color
Monochromatic Colors of #7FB1F1
Black with #7FB1F1
Text Example
Text Example
White with #7FB1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB1F1; }
p { color: rgb(127,177,241); }
H1.HeaderClassName
{
color: #7FB1F1;
}
.AnyTagClassName
{
color: #7FB1F1;
}
</style>
background-color css
<style>
a { background-color: #7FB1F1; }
a { background-color: rgb(127,177,241); }
div.DivClassName
{
background-color: #7FB1F1;
}
.BgClassName
{
background-color: #7FB1F1;
}
</style>
border-color css
<style>
span { border-color: #7FB1F1; }
span { border-color: rgb(127,177,241); }
td.TdClassName
{
border-color: #7FB1F1;
}
.TagClassName
{
border-color: #7FB1F1;
}
</style>