Shades of Jordy Blue #7FAFDB
Tints of Jordy Blue #7FAFDB
RGB
CMYK
RGB Variations
Color information
#7FAFDB (or 0x7FAFDB) is known color: Jordy Blue. HEX triplet: 7F, AF and DB. RGB value is (127,175,219). Sum of RGB (Red+Green+Blue) = 127+175+219=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFDB is #805024. Grayscale: #A5A5A5. Windows color (decimal): -8409125 or 14397311. OLE color: 14397311.
HSL color Cylindrical-coordinate representation of color #7FAFDB: hue angle of 208.7º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FAFDB is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 175 | 219 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.14 |
| HSL | 208.7º | 0.56% | 0.68% | - |
| HSV(B) | 208.7º | 0.42% | 0.86% | - |
| XYZ | 36.87 | 40.29 | 72.85 | - |
| YUV | 165.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 219 | 0.42 | 0.20 | 0 | 0.14 | 208.7 | 0.56 | 0.68 |
| Hex | 7F | AF | DB | 2A | 14 | 0 | E | D1 | 38 | 44 |
| Octal | 177 | 257 | 333 | 52 | 24 | 0 | 16 | 321 | 70 | 104 |
| Binary | 1111111 | 10101111 | 11011011 | 101010 | 10100 | 0 | 1110 | 11010001 | 111000 | 1000100 |
Color Harmonies of #7FAFDB
Complementary color
Monochromatic Colors of #7FAFDB
Black with #7FAFDB
Text Example
Text Example
White with #7FAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFDB; }
p { color: rgb(127,175,219); }
H1.HeaderClassName
{
color: #7FAFDB;
}
.AnyTagClassName
{
color: #7FAFDB;
}
</style>
background-color css
<style>
a { background-color: #7FAFDB; }
a { background-color: rgb(127,175,219); }
div.DivClassName
{
background-color: #7FAFDB;
}
.BgClassName
{
background-color: #7FAFDB;
}
</style>
border-color css
<style>
span { border-color: #7FAFDB; }
span { border-color: rgb(127,175,219); }
td.TdClassName
{
border-color: #7FAFDB;
}
.TagClassName
{
border-color: #7FAFDB;
}
</style>