Shades of Jordy Blue #7FA3DF
Tints of Jordy Blue #7FA3DF
RGB
CMYK
RGB Variations
Color information
#7FA3DF (or 0x7FA3DF) is known color: Jordy Blue. HEX triplet: 7F, A3 and DF. RGB value is (127,163,223). Sum of RGB (Red+Green+Blue) = 127+163+223=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FA3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3DF is #805C20. Grayscale: #9E9E9E. Windows color (decimal): -8412193 or 14656383. OLE color: 14656383.
HSL color Cylindrical-coordinate representation of color #7FA3DF: hue angle of 217.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FA3DF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 163 | 223 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.13 |
| HSL | 217.5º | 0.6% | 0.69% | - |
| HSV(B) | 217.5º | 0.43% | 0.87% | - |
| XYZ | 35.17 | 36.03 | 74.91 | - |
| YUV | 159.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 223 | 0.43 | 0.27 | 0 | 0.13 | 217.5 | 0.6 | 0.69 |
| Hex | 7F | A3 | DF | 2B | 1B | 0 | D | DA | 3C | 45 |
| Octal | 177 | 243 | 337 | 53 | 33 | 0 | 15 | 332 | 74 | 105 |
| Binary | 1111111 | 10100011 | 11011111 | 101011 | 11011 | 0 | 1101 | 11011010 | 111100 | 1000101 |
Color Harmonies of #7FA3DF
Complementary color
Monochromatic Colors of #7FA3DF
Black with #7FA3DF
Text Example
Text Example
White with #7FA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3DF; }
p { color: rgb(127,163,223); }
H1.HeaderClassName
{
color: #7FA3DF;
}
.AnyTagClassName
{
color: #7FA3DF;
}
</style>
background-color css
<style>
a { background-color: #7FA3DF; }
a { background-color: rgb(127,163,223); }
div.DivClassName
{
background-color: #7FA3DF;
}
.BgClassName
{
background-color: #7FA3DF;
}
</style>
border-color css
<style>
span { border-color: #7FA3DF; }
span { border-color: rgb(127,163,223); }
td.TdClassName
{
border-color: #7FA3DF;
}
.TagClassName
{
border-color: #7FA3DF;
}
</style>