Shades of Jordy Blue #7FB0DD
Tints of Jordy Blue #7FB0DD
RGB
CMYK
RGB Variations
Color information
#7FB0DD (or 0x7FB0DD) is known color: Jordy Blue. HEX triplet: 7F, B0 and DD. RGB value is (127,176,221). Sum of RGB (Red+Green+Blue) = 127+176+221=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0DD is #804F22. Grayscale: #A6A6A6. Windows color (decimal): -8408867 or 14528639. OLE color: 14528639.
HSL color Cylindrical-coordinate representation of color #7FB0DD: hue angle of 208.72º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FB0DD is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 176 | 221 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.13 |
| HSL | 208.72º | 0.58% | 0.68% | - |
| HSV(B) | 208.72º | 0.43% | 0.87% | - |
| XYZ | 37.33 | 40.78 | 74.31 | - |
| YUV | 166.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 221 | 0.43 | 0.20 | 0 | 0.13 | 208.72 | 0.58 | 0.68 |
| Hex | 7F | B0 | DD | 2B | 14 | 0 | D | D1 | 3A | 44 |
| Octal | 177 | 260 | 335 | 53 | 24 | 0 | 15 | 321 | 72 | 104 |
| Binary | 1111111 | 10110000 | 11011101 | 101011 | 10100 | 0 | 1101 | 11010001 | 111010 | 1000100 |
Color Harmonies of #7FB0DD
Complementary color
Monochromatic Colors of #7FB0DD
Black with #7FB0DD
Text Example
Text Example
White with #7FB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB0DD; }
p { color: rgb(127,176,221); }
H1.HeaderClassName
{
color: #7FB0DD;
}
.AnyTagClassName
{
color: #7FB0DD;
}
</style>
background-color css
<style>
a { background-color: #7FB0DD; }
a { background-color: rgb(127,176,221); }
div.DivClassName
{
background-color: #7FB0DD;
}
.BgClassName
{
background-color: #7FB0DD;
}
</style>
border-color css
<style>
span { border-color: #7FB0DD; }
span { border-color: rgb(127,176,221); }
td.TdClassName
{
border-color: #7FB0DD;
}
.TagClassName
{
border-color: #7FB0DD;
}
</style>